2 instantiations of SqlCommandBuilder
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlClientFactory.cs (1)
36return new SqlCommandBuilder();
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
16private static SqlCommandBuilder builder = new SqlCommandBuilder();
1 reference to SqlCommandBuilder
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
16private static SqlCommandBuilder builder = new SqlCommandBuilder();