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