1 instantiation of XmlSchemaNotation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2030
builder._xso = builder._notation = new
XmlSchemaNotation
();
23 references to XmlSchemaNotation
netstandard (1)
netstandard.cs (1)
2348
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaNotation
))]
System.Private.Xml (20)
System\Xml\Schema\BaseProcessor.cs (1)
136
else if (item is
XmlSchemaNotation
)
System\Xml\Schema\Preprocessor.cs (3)
762
else if (schemaItems[i] is
XmlSchemaNotation
notation)
811
foreach (
XmlSchemaNotation
? notation in includedSchema.Notations.Values)
1867
private void PreprocessNotation(
XmlSchemaNotation
notation)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
302
foreach (
XmlSchemaNotation
? notation in _schema.Notations.Values)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
526
foreach (
XmlSchemaNotation
? notation in includedSchema.Notations.Values)
569
else if (schema.Items[i] is
XmlSchemaNotation
notation)
1531
private void PreprocessNotation(
XmlSchemaNotation
notation)
System\Xml\Schema\SchemaSetCompiler.cs (2)
115
foreach (
XmlSchemaNotation
? notation in schema.Notations.Values)
165
foreach (
XmlSchemaNotation
? notation in _notations.Values)
System\Xml\Schema\XmlSchema.cs (1)
295
XmlElement("notation", typeof(
XmlSchemaNotation
))]
System\Xml\Schema\XsdBuilder.cs (2)
661
private
XmlSchemaNotation
? _notation;
1024
_notation = (
XmlSchemaNotation
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
94
else if (o is
XmlSchemaNotation
)
96
return ((
XmlSchemaNotation
)o).QualifiedName;
System\Xml\Serialization\XmlSchemas.cs (5)
254
else if (type == typeof(
XmlSchemaNotation
))
440
if (o is
XmlSchemaNotation
)
442
return ((
XmlSchemaNotation
)o).Name;
507
if (o is
XmlSchemaNotation
)
509
item = SR.Format(SR.XmlSchemaNamedItem, ns, "notation", ((
XmlSchemaNotation
)o).Name, details);
System.Xml (1)
System.Xml.cs (1)
73
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaNotation
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
72
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaNotation
))]