14 references to Notations
System.Private.Xml (14)
System\Xml\Dom\XmlLoader.cs (2)
626
if (schInfo.
Notations
!= null)
628
foreach (SchemaNotation scNot in schInfo.
Notations
.Values)
System\Xml\Schema\DtdParser.cs (4)
816
if (!_schemaInfo.
Notations
.ContainsKey(notationName))
1277
if (!_schemaInfo.
Notations
.ContainsKey(notationName))
1312
if (!_schemaInfo.
Notations
.ContainsKey(notationName.Name))
1316
_schemaInfo.
Notations
.Add(notation.Name.Name, notation);
System\Xml\Schema\DtdParserAsync.cs (4)
460
if (!_schemaInfo.
Notations
.ContainsKey(notationName))
910
if (!_schemaInfo.
Notations
.ContainsKey(notationName))
945
if (!_schemaInfo.
Notations
.ContainsKey(notationName.Name))
950
_schemaInfo.
Notations
.Add(notation.Name.Name, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
308
schemaInfo.
Notations
.TryAdd(no.Name.Name, no);
System\Xml\Schema\SchemaInfo.cs (2)
323
foreach (SchemaNotation notation in sinfo.
Notations
.Values)
325
Notations
.TryAdd(notation.Name.Name, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
170
schemaInfo.
Notations
.TryAdd(no.Name.Name, no);