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)
73
get { return
_collection
.Count; }
204
IDictionaryEnumerator enumerator = schema.
_collection
.GetEnumerator();
221
XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)
_collection
[(ns != null) ? ns : string.Empty];
242
return
_collection
[(ns != null) ? ns : string.Empty] != null;
252
return new XmlSchemaCollectionEnumerator(
_collection
);
258
return new XmlSchemaCollectionEnumerator(
_collection
);
317
get { return
_collection
.Count; }
322
XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)
_collection
[(ns != null) ? ns : string.Empty];
387
if (
_collection
[ns] != null)
388
_collection
.Remove(ns);
389
_collection
.Add(ns, node);