2 instantiations of XmlSchemaDocumentation
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7218
o = new global::System.Xml.Schema.
XmlSchemaDocumentation
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2102
builder.xso = builder.documentation = new
XmlSchemaDocumentation
();
14 references to XmlSchemaDocumentation
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1938
else if (ai is global::System.Xml.Schema.
XmlSchemaDocumentation
) {
1939
Write9_XmlSchemaDocumentation(@"documentation", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaDocumentation
)ai), false, false);
1953
void Write9_XmlSchemaDocumentation(string n, string ns, global::System.Xml.Schema.
XmlSchemaDocumentation
o, bool isNullable, bool needType) {
1960
if (t == typeof(global::System.Xml.Schema.
XmlSchemaDocumentation
)) {
7205
global::System.Xml.Schema.
XmlSchemaDocumentation
Read9_XmlSchemaDocumentation(bool isNullable, bool checkType) {
7217
global::System.Xml.Schema.
XmlSchemaDocumentation
o;
System.Xml (8)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
36
[XmlElement("documentation", typeof(
XmlSchemaDocumentation
)),
System\Xml\Schema\XsdBuilder.cs (2)
666
private
XmlSchemaDocumentation
documentation;
1048
this.documentation = (
XmlSchemaDocumentation
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
298
else if (t == typeof(
XmlSchemaDocumentation
)) {
299
Write6_XmlSchemaDocumentation((
XmlSchemaDocumentation
)o);
417
else if (ai is
XmlSchemaDocumentation
) {
418
Write6_XmlSchemaDocumentation((
XmlSchemaDocumentation
)ai);
425
void Write6_XmlSchemaDocumentation(
XmlSchemaDocumentation
o) {