1 write to _size
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
165
_size
= size;
4 references to _size
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
170
get { return
_size
; }
195
Debug.Assert(array.Length >=
_size
, "array is not big enough to hold all the items in the ICollection");
197
for (int i = 0; i <
_size
; i++)
205
return new XSOEnumerator(_entries,
_size
, EnumeratorType.Keys);