1 instantiation of XmlSchemaNotation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2030builder._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)
136else if (item is XmlSchemaNotation)
System\Xml\Schema\Preprocessor.cs (3)
762else if (schemaItems[i] is XmlSchemaNotation notation) 811foreach (XmlSchemaNotation? notation in includedSchema.Notations.Values) 1867private void PreprocessNotation(XmlSchemaNotation notation)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
302foreach (XmlSchemaNotation? notation in _schema.Notations.Values)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
526foreach (XmlSchemaNotation? notation in includedSchema.Notations.Values) 569else if (schema.Items[i] is XmlSchemaNotation notation) 1531private void PreprocessNotation(XmlSchemaNotation notation)
System\Xml\Schema\SchemaSetCompiler.cs (2)
115foreach (XmlSchemaNotation? notation in schema.Notations.Values) 165foreach (XmlSchemaNotation? notation in _notations.Values)
System\Xml\Schema\XmlSchema.cs (1)
295XmlElement("notation", typeof(XmlSchemaNotation))]
System\Xml\Schema\XsdBuilder.cs (2)
661private XmlSchemaNotation? _notation; 1024_notation = (XmlSchemaNotation)container;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
94else if (o is XmlSchemaNotation) 96return ((XmlSchemaNotation)o).QualifiedName;
System\Xml\Serialization\XmlSchemas.cs (5)
254else if (type == typeof(XmlSchemaNotation)) 440if (o is XmlSchemaNotation) 442return ((XmlSchemaNotation)o).Name; 507if (o is XmlSchemaNotation) 509item = 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))]