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