5 writes to propertySetCount
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (5)
31propertySetCount = 0; 35this.propertySetCount = propertysetCount; 57hr = properties.GetProperties(propidsetcount, propidset, out this.propertySetCount, out base.handle); 74hr = properties.GetProperties(propidsetcount, propidset, out this.propertySetCount, out base.handle); 91hr = properties.GetProperties(propidsetcount, propidset, out this.propertySetCount, out base.handle);
2 references to propertySetCount
System.Data (2)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
125int count = this.propertySetCount; 146return this.propertySetCount;