4 instantiations of SchemaNotation
System.Xml (4)
System\Xml\Schema\DtdParser.cs (1)
1370
notation = new
SchemaNotation
( notationName );
System\Xml\Schema\DtdParserAsync.cs (1)
996
notation = new
SchemaNotation
( notationName );
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
233
SchemaNotation no = new
SchemaNotation
(notation.QualifiedName);
System\Xml\Schema\SchemaSetCompiler.cs (1)
129
SchemaNotation no = new
SchemaNotation
(notation.QualifiedName);
9 references to SchemaNotation
System.Xml (9)
System\Xml\Dom\XmlLoader.cs (1)
552
foreach(
SchemaNotation
scNot in schInfo.Notations.Values ) {
System\Xml\Schema\DtdParser.cs (1)
1365
SchemaNotation
notation = null;
System\Xml\Schema\DtdParserAsync.cs (1)
991
SchemaNotation
notation = null;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
233
SchemaNotation
no = new SchemaNotation(notation.QualifiedName);
System\Xml\Schema\SchemaInfo.cs (4)
48
Dictionary<string,
SchemaNotation
> notations;
112
internal Dictionary<string,
SchemaNotation
> Notations {
115
this.notations = new Dictionary<string,
SchemaNotation
>();
314
foreach (
SchemaNotation
notation in sinfo.Notations.Values) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
129
SchemaNotation
no = new SchemaNotation(notation.QualifiedName);