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