6 references to Name
System.Private.Xml (6)
System\Xml\Dom\XmlLoader.cs (1)
630
dtNode.Notations.SetNamedItem(new XmlNotation(scNot.
Name
.Name, scNot.Pubid, scNot.SystemLiteral, _doc));
System\Xml\Schema\DtdParser.cs (1)
1316
_schemaInfo.Notations.Add(notation.
Name
.Name, notation);
System\Xml\Schema\DtdParserAsync.cs (1)
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 (1)
325
Notations.TryAdd(notation.
Name
.Name, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
170
schemaInfo.Notations.TryAdd(no.
Name
.Name, no);