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