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