1 instantiation of XmlSchemaCollectionNode
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
317XmlSchemaCollectionNode node = new XmlSchemaCollectionNode();
15 references to XmlSchemaCollectionNode
System.Private.Xml (15)
System\Xml\Schema\AutoValidator.cs (1)
58XmlSchemaCollectionNode node = enumerator.CurrentNode!;
System\Xml\Schema\XmlSchemaCollection.cs (14)
184XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)enumerator.Value!; 197XmlSchemaCollectionNode? node = (XmlSchemaCollectionNode?)_collection[ns ?? string.Empty]; 272XmlSchemaCollectionNode? node = (XmlSchemaCollectionNode?)_collection[ns ?? string.Empty]; 317XmlSchemaCollectionNode node = new XmlSchemaCollectionNode(); 328private void AddNonThreadSafe(string ns, XmlSchemaCollectionNode? node) 335private void Add(string ns, XmlSchemaCollectionNode? node) 433XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)_enumerator.Value; 441internal XmlSchemaCollectionNode? CurrentNode 445XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)_enumerator.Value;