14 references to Notations
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
191schema.Notations.Clear(); 798AddToTable(schema.Notations, notation.QualifiedName, notation); 844foreach (XmlSchemaNotation notation in includedSchema.Notations.Values) 846AddToTable(schema.Notations, notation.QualifiedName, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
185schema.Notations.Clear(); 286foreach (XmlSchemaNotation notation in _schema.Notations.Values) 2145decl.Datatype.VerifySchemaValid(_schema.Notations, xa); 2366decl.Datatype.VerifySchemaValid(_schema.Notations, xe);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
117schema.Notations.Clear(); 527foreach (XmlSchemaNotation notation in includedSchema.Notations.Values) 529AddToTable(schema.Notations, notation.QualifiedName, notation); 579AddToTable(schema.Notations, notation.QualifiedName, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
106foreach (XmlSchemaNotation notation in schema.Notations.Values)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
360ret = schema.Notations[name];