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