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