1 instantiation of PropertyInfoSet
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
760using(PropertyInfoSet infoset = new PropertyInfoSet(idbProperties.Value, propidset)) {
2 references to PropertyInfoSet
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
760using(PropertyInfoSet infoset = new PropertyInfoSet(idbProperties.Value, propidset)) {
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
93propertyInfo._type = PropertyInfoSet.FromVtType(propinfo.vtType);