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