2 instantiations of XmlSchemaDocumentation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2292builder._xso = builder._documentation = new XmlSchemaDocumentation();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8899o = new global::System.Xml.Schema.XmlSchemaDocumentation();
17 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.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2283else if (ai is global::System.Xml.Schema.XmlSchemaDocumentation) { 2284Write9_XmlSchemaDocumentation(@"documentation", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaDocumentation)ai), false, false); 2298private void Write9_XmlSchemaDocumentation(string n, string ns, global::System.Xml.Schema.XmlSchemaDocumentation o, bool isNullable, bool needType) { 2309if (t == typeof(global::System.Xml.Schema.XmlSchemaDocumentation)) { 8876private global::System.Xml.Schema.XmlSchemaDocumentation Read9_XmlSchemaDocumentation(bool isNullable, bool checkType) { 8898global::System.Xml.Schema.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\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
46[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDocumentation))]