1 write to _size
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (1)
246_size = size;
4 references to _size
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (4)
251get { return _size; } 278Debug.Assert(array.Length >= _size, "array is not big enough to hold all the items in the ICollection"); 280for (int i = 0; i < _size; i++) 288return new XSOEnumerator(_entries, _size, EnumeratorType.Values);