1 write to collection
System.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
56
collection
= Hashtable.Synchronized(new Hashtable());
11 references to collection
System.Xml (11)
System\Xml\Schema\XmlSchemaCollection.cs (11)
70
get { return
collection
.Count;}
186
IDictionaryEnumerator enumerator = schema.
collection
.GetEnumerator();
200
XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)
collection
[(ns != null) ? ns: string.Empty];
218
return
collection
[(ns != null) ? ns : string.Empty] != null;
227
return new XmlSchemaCollectionEnumerator(
collection
);
232
return new XmlSchemaCollectionEnumerator(
collection
);
285
get { return
collection
.Count; }
289
XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)
collection
[(ns != null) ? ns : string.Empty];
340
if (
collection
[ns] != null)
341
collection
.Remove(ns);
342
collection
.Add(ns, node);