17 references to Notations
System.Xml (17)
System\Xml\Dom\XmlLoader.cs (2)
551
if (schInfo.
Notations
!= null) {
552
foreach( SchemaNotation scNot in schInfo.
Notations
.Values ) {
System\Xml\Schema\DtdParser.cs (4)
771
if ( !schemaInfo.
Notations
.ContainsKey(notationName) ) {
1333
if ( !schemaInfo.
Notations
.ContainsKey(notationName) ) {
1366
if ( !schemaInfo.
Notations
.ContainsKey( notationName.Name ) ) {
1371
schemaInfo.
Notations
.Add(notation.Name.Name, notation);
System\Xml\Schema\DtdParserAsync.cs (4)
416
if ( !schemaInfo.
Notations
.ContainsKey(notationName) ) {
959
if ( !schemaInfo.
Notations
.ContainsKey(notationName) ) {
992
if ( !schemaInfo.
Notations
.ContainsKey( notationName.Name ) ) {
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 (3)
314
foreach (SchemaNotation notation in sinfo.
Notations
.Values) {
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);