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)
170get { return _size; } 195Debug.Assert(array.Length >= _size, "array is not big enough to hold all the items in the ICollection"); 197for (int i = 0; i < _size; i++) 205return new XSOEnumerator(_entries, _size, EnumeratorType.Keys);