1 write to _entries
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (1)
245_entries = entries;
4 references to _entries
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (4)
258return ((ICollection)_entries).SyncRoot; 266return ((ICollection)_entries).IsSynchronized; 282array.SetValue(_entries[i].xso, arrayIndex++); 288return new XSOEnumerator(_entries, _size, EnumeratorType.Values);