File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/Microsoft.Data.SqlClient
netcore/src/Microsoft/Data/SqlTypes
netfx/src/Microsoft/Data/SqlTypes Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using System ;
65using System . Data . SqlTypes ;
7- using System . Diagnostics ;
8- using System . IO ;
9- using System . Runtime . CompilerServices ;
106using System . Runtime . InteropServices ;
11- using System . Xml ;
12- using Microsoft . Data . SqlClient ;
137
148namespace Microsoft . Data . SqlTypes
159{
Original file line number Diff line number Diff line change 44
55using System ;
66using System . Data . SqlTypes ;
7- using System . Diagnostics ;
8- using System . IO ;
97using System . Reflection ;
108using System . Reflection . Emit ;
11- using System . Runtime . CompilerServices ;
129using System . Runtime . Serialization ;
13- using System . Xml ;
1410using Microsoft . Data . SqlClient ;
1511
1612namespace Microsoft . Data . SqlTypes
You can’t perform that action at this time.
0 commit comments