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