1 instantiation of XmlSchemaDocumentation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2292
builder._xso = builder._documentation = new
XmlSchemaDocumentation
();
11 references to XmlSchemaDocumentation
netstandard (1)
netstandard.cs (1)
2322
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaDocumentation
))]
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
22
[XmlElement("documentation", typeof(
XmlSchemaDocumentation
)),
System\Xml\Schema\XsdBuilder.cs (2)
668
private
XmlSchemaDocumentation
? _documentation;
1086
_documentation = (
XmlSchemaDocumentation
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
358
else if (t == typeof(
XmlSchemaDocumentation
))
360
Write6_XmlSchemaDocumentation((
XmlSchemaDocumentation
)o);
507
else if (ai is
XmlSchemaDocumentation
)
509
Write6_XmlSchemaDocumentation((
XmlSchemaDocumentation
)ai);
516
private void Write6_XmlSchemaDocumentation(
XmlSchemaDocumentation
o)
System.Xml (1)
System.Xml.cs (1)
47
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaDocumentation
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
46
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaDocumentation
))]