1 write to _collection
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
50
_collection
= Hashtable.Synchronized(new Hashtable());
11 references to _collection
System.Private.Xml (11)
System\Xml\Schema\XmlSchemaCollection.cs (11)
65
get { return
_collection
.Count; }
181
IDictionaryEnumerator enumerator = schema.
_collection
.GetEnumerator();
197
XmlSchemaCollectionNode? node = (XmlSchemaCollectionNode?)
_collection
[ns ?? string.Empty];
211
return
_collection
[ns ?? string.Empty] != null;
219
return new XmlSchemaCollectionEnumerator(
_collection
);
224
return new XmlSchemaCollectionEnumerator(
_collection
);
267
get { return
_collection
.Count; }
272
XmlSchemaCollectionNode? node = (XmlSchemaCollectionNode?)
_collection
[ns ?? string.Empty];
330
if (
_collection
[ns] != null)
331
_collection
.Remove(ns);
332
_collection
.Add(ns, node);