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