9 references to Name
System.Xml (9)
System\Xml\Dom\XmlLoader.cs (1)
553
dtNode.Notations.SetNamedItem(new XmlNotation( scNot.
Name
.Name, scNot.Pubid, scNot.SystemLiteral, doc ));
System\Xml\Schema\DtdParser.cs (1)
1371
schemaInfo.Notations.Add(notation.
Name
.Name, notation);
System\Xml\Schema\DtdParserAsync.cs (1)
997
schemaInfo.Notations.Add(notation.
Name
.Name, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
236
if (!schemaInfo.Notations.ContainsKey(no.
Name
.Name)) {
237
schemaInfo.Notations.Add(no.
Name
.Name, no);
System\Xml\Schema\SchemaInfo.cs (2)
315
if (!Notations.ContainsKey(notation.
Name
.Name)) {
316
Notations.Add(notation.
Name
.Name, notation);
System\Xml\Schema\SchemaSetCompiler.cs (2)
132
if (!schemaInfo.Notations.ContainsKey(no.
Name
.Name)) {
133
schemaInfo.Notations.Add(no.
Name
.Name, no);