1 instantiation of PropertyInfoSet
System.Data.OleDb (1)
OleDbConnectionInternal.cs (1)
836using (PropertyInfoSet infoset = new PropertyInfoSet(idbProperties.Value, propidset))
2 references to PropertyInfoSet
System.Data.OleDb (2)
OleDbConnectionInternal.cs (1)
836using (PropertyInfoSet infoset = new PropertyInfoSet(idbProperties.Value, propidset))
PropertyInfoSet.cs (1)
92propertyInfo._type = PropertyInfoSet.FromVtType(propinfo.vtType);