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