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