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