Skip to content

Commit

Permalink
Share SqlBuffer (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 authored Apr 6, 2022
1 parent e597ff4 commit 187c3e2
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 1,455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBuffer.cs">
<Link>Microsoft\Data\SqlClient\SqlBuffer.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationToken.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link>
</Compile>
Expand Down Expand Up @@ -613,7 +616,6 @@
<Compile Include="Microsoft\Data\SqlClient\SNI\SSRP.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAppContextSwitchManager.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBuffer.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnosticListenerExtensions.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientFactory.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlBuffer.cs">
<Link>Microsoft\Data\SqlClient\SqlBuffer.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlAuthenticationToken.cs">
<Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link>
</Compile>
Expand Down Expand Up @@ -591,7 +594,7 @@
<Compile Include="Microsoft\Data\SqlClient\Server\SmiStream.cs" />
<Compile Include="Microsoft\Data\SqlClient\Server\TriggerAction.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBuffer.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBuffer.netfx.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlCertificateCallbacks.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlClientFactory.cs" />
Expand Down
Loading

0 comments on commit 187c3e2

Please sign in to comment.