1 write to size
System.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
158
this.
size
= size;
4 references to size
System.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
162
get { return
size
; }
184
Debug.Assert(array.Length >=
size
, "array is not big enough to hold all the items in the ICollection");
186
for (int i = 0; i <
size
; i++) {
192
return new XSOEnumerator(this.entries, this.
size
, EnumeratorType.Keys);