1 write to _collection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
57_collection = Hashtable.Synchronized(new Hashtable());
11 references to _collection
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (11)
73get { return _collection.Count; } 204IDictionaryEnumerator enumerator = schema._collection.GetEnumerator(); 221XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)_collection[(ns != null) ? ns : string.Empty]; 242return _collection[(ns != null) ? ns : string.Empty] != null; 252return new XmlSchemaCollectionEnumerator(_collection); 258return new XmlSchemaCollectionEnumerator(_collection); 317get { return _collection.Count; } 322XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)_collection[(ns != null) ? ns : string.Empty]; 387if (_collection[ns] != null) 388_collection.Remove(ns); 389_collection.Add(ns, node);