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