2 instantiations of XmlSchemaNotation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2030
builder._xso = builder._notation = new
XmlSchemaNotation
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12772
o = new global::System.Xml.Schema.
XmlSchemaNotation
();
29 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.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2219
else if (ai is global::System.Xml.Schema.
XmlSchemaNotation
) {
2220
Write65_XmlSchemaNotation(@"notation", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaNotation
)ai), false, false);
4512
private void Write65_XmlSchemaNotation(string n, string ns, global::System.Xml.Schema.
XmlSchemaNotation
o, bool isNullable, bool needType) {
4523
if (t == typeof(global::System.Xml.Schema.
XmlSchemaNotation
)) {
12749
private global::System.Xml.Schema.
XmlSchemaNotation
Read65_XmlSchemaNotation(bool isNullable, bool checkType) {
12771
global::System.Xml.Schema.
XmlSchemaNotation
o;
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
))]