2 instantiations of XmlSchemaDocumentation
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2297builder._xso = builder._documentation = new XmlSchemaDocumentation();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8977o = new Microsoft.Xml.Schema.XmlSchemaDocumentation();
14 references to XmlSchemaDocumentation
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
39[XmlElement("documentation", typeof(XmlSchemaDocumentation)),
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
677private XmlSchemaDocumentation _documentation; 1094_documentation = (XmlSchemaDocumentation)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
359else if (t == typeof(XmlSchemaDocumentation)) 361Write6_XmlSchemaDocumentation((XmlSchemaDocumentation)o); 508else if (ai is XmlSchemaDocumentation) 510Write6_XmlSchemaDocumentation((XmlSchemaDocumentation)ai); 517private void Write6_XmlSchemaDocumentation(XmlSchemaDocumentation o)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
2475else if (ai is Microsoft.Xml.Schema.XmlSchemaDocumentation) 2477Write9_XmlSchemaDocumentation(@"documentation", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaDocumentation)ai), false, false); 2493private void Write9_XmlSchemaDocumentation(string n, string ns, Microsoft.Xml.Schema.XmlSchemaDocumentation o, bool isNullable, bool needType) 2503if (t == typeof(Microsoft.Xml.Schema.XmlSchemaDocumentation)) 8961private Microsoft.Xml.Schema.XmlSchemaDocumentation Read9_XmlSchemaDocumentation(bool isNullable, bool checkType) 8976Microsoft.Xml.Schema.XmlSchemaDocumentation o;