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