6 references to Native
System.Data (6)
fx\src\data\System\Data\Sql\sqlser.cs (2)
95if (Format.Native == udtInfo.SerializationFormat) { 129case Format.Native:
fx\src\data\System\Data\Sql\SqlUserDefinedAggregateAttribute.cs (1)
42case Format.Native:
fx\src\data\System\Data\Sql\SqlUserDefinedTypeAttribute.cs (1)
51case Format.Native:
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
2270Microsoft.SqlServer.Server.Format format = Microsoft.SqlServer.Server.Format.Native;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8375Microsoft.SqlServer.Server.Format format = Microsoft.SqlServer.Server.Format.Native;