4 instantiations of SchemaNotation
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (1)
1315notation = new SchemaNotation(notationName);
System\Xml\Schema\DtdParserAsync.cs (1)
949notation = new SchemaNotation(notationName);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
305SchemaNotation no = new SchemaNotation(notation.QualifiedName);
System\Xml\Schema\SchemaSetCompiler.cs (1)
167SchemaNotation no = new SchemaNotation(notation!.QualifiedName);
9 references to SchemaNotation
System.Private.Xml (9)
System\Xml\Dom\XmlLoader.cs (1)
628foreach (SchemaNotation scNot in schInfo.Notations.Values)
System\Xml\Schema\DtdParser.cs (1)
1311SchemaNotation? notation = null;
System\Xml\Schema\DtdParserAsync.cs (1)
944SchemaNotation? notation = null;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
305SchemaNotation no = new SchemaNotation(notation.QualifiedName);
System\Xml\Schema\SchemaInfo.cs (4)
43private Dictionary<string, SchemaNotation>? _notations; 100internal Dictionary<string, SchemaNotation> Notations => 101_notations ??= new Dictionary<string, SchemaNotation>(); 323foreach (SchemaNotation notation in sinfo.Notations.Values)
System\Xml\Schema\SchemaSetCompiler.cs (1)
167SchemaNotation no = new SchemaNotation(notation!.QualifiedName);