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