3 instantiations of SchemaNotation
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1336notation = new SchemaNotation(notationName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
289SchemaNotation no = new SchemaNotation(notation.QualifiedName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
157SchemaNotation no = new SchemaNotation(notation.QualifiedName);
8 references to SchemaNotation
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
631foreach (SchemaNotation scNot in schInfo.Notations.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1329SchemaNotation notation = null;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
289SchemaNotation no = new SchemaNotation(notation.QualifiedName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (4)
48private Dictionary<string, SchemaNotation> _notations; 123internal Dictionary<string, SchemaNotation> Notations 129_notations = new Dictionary<string, SchemaNotation>(); 380foreach (SchemaNotation notation in sinfo.Notations.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
157SchemaNotation no = new SchemaNotation(notation.QualifiedName);