14 references to Notations
System.Xml (14)
System\Xml\Schema\Preprocessor.cs (4)
167
schema.
Notations
.Clear();
672
AddToTable(schema.
Notations
, notation.QualifiedName, notation);
709
foreach (XmlSchemaNotation notation in includedSchema.
Notations
.Values) {
710
AddToTable(schema.
Notations
, notation.QualifiedName, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
154
schema.
Notations
.Clear();
231
foreach (XmlSchemaNotation notation in this.schema.
Notations
.Values) {
1699
decl.Datatype.VerifySchemaValid(this.schema.
Notations
, xa);
1876
decl.Datatype.VerifySchemaValid(this.schema.
Notations
, xe);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
103
schema.
Notations
.Clear();
431
foreach (XmlSchemaNotation notation in includedSchema.
Notations
.Values) {
432
AddToTable(schema.
Notations
, notation.QualifiedName, notation);
474
AddToTable(schema.
Notations
, notation.QualifiedName, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
89
foreach (XmlSchemaNotation notation in schema.
Notations
.Values) {
System\Xml\Serialization\XmlSchemas.cs (1)
309
ret = schema.
Notations
[name];