5 writes to propertySetCount
System.Data.OleDb (5)
DbPropSet.cs (5)
21propertySetCount = 0; 26this.propertySetCount = propertysetCount; 54hr = properties.GetProperties(propidsetcount, propidset, out this.propertySetCount, out base.handle); 72hr = properties.GetProperties(propidsetcount, propidset, out this.propertySetCount, out base.handle); 90hr = properties.GetProperties(propidsetcount, propidset, out this.propertySetCount, out base.handle);
2 references to propertySetCount
System.Data.OleDb (2)
DbPropSet.cs (2)
136int count = this.propertySetCount; 161return this.propertySetCount;