1 instantiation of XmlSchemaDocumentation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2292builder._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)
668private XmlSchemaDocumentation? _documentation; 1086_documentation = (XmlSchemaDocumentation)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
358else if (t == typeof(XmlSchemaDocumentation)) 360Write6_XmlSchemaDocumentation((XmlSchemaDocumentation)o); 507else if (ai is XmlSchemaDocumentation) 509Write6_XmlSchemaDocumentation((XmlSchemaDocumentation)ai); 516private 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))]