1 instantiation of XmlSchemaCollectionNode
System.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
326XmlSchemaCollectionNode node = new XmlSchemaCollectionNode();
14 references to XmlSchemaCollectionNode
System.Xml (14)
System\Xml\Schema\AutoValidator.cs (1)
55XmlSchemaCollectionNode node = enumerator.CurrentNode;
System\Xml\Schema\XmlSchemaCollection.cs (13)
188XmlSchemaCollectionNode node = (XmlSchemaCollectionNode) enumerator.Value; 200XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)collection[(ns != null) ? ns: string.Empty]; 289XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)collection[(ns != null) ? ns : string.Empty]; 326XmlSchemaCollectionNode node = new XmlSchemaCollectionNode(); 336private void Add(string ns, XmlSchemaCollectionNode node) { 435XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)enumerator.Value; 443internal XmlSchemaCollectionNode CurrentNode { 445XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)enumerator.Value;