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