1 write to _propertySet
System.Data.OleDb (1)
PropertyInfoSet.cs (1)
85propertyInfo._propertySet = propinfoset.guidPropertySet;
4 references to _propertySet
System.Data.OleDb (4)
OleDbConnectionStringBuilder.cs (4)
440if ((OleDbPropertySetGuid.DBInit == info._propertySet) && 456if (!listPropertySets.Contains(info._propertySet)) 458listPropertySets.Add(info._propertySet); 487if ((info._propertyID == prop.dwPropertyID) && (info._propertySet == propertyset))