14 references to Notations
System.Private.Xml (14)
System\Xml\Schema\Preprocessor.cs (4)
184
schema.
Notations
.Clear();
765
AddToTable(schema.
Notations
, notation.QualifiedName, notation);
811
foreach (XmlSchemaNotation? notation in includedSchema.
Notations
.Values)
813
AddToTable(schema.
Notations
, notation!.QualifiedName, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
190
schema.
Notations
.Clear();
302
foreach (XmlSchemaNotation? notation in _schema.
Notations
.Values)
2065
decl.Datatype?.VerifySchemaValid(_schema!.
Notations
, xa);
2282
decl.Datatype?.VerifySchemaValid(_schema!.
Notations
, xe);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
114
schema.
Notations
.Clear();
526
foreach (XmlSchemaNotation? notation in includedSchema.
Notations
.Values)
528
AddToTable(schema.
Notations
, notation!.QualifiedName, notation);
572
AddToTable(schema.
Notations
, notation.QualifiedName, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
115
foreach (XmlSchemaNotation? notation in schema.
Notations
.Values)
System\Xml\Serialization\XmlSchemas.cs (1)
256
ret = schema.
Notations
[name];