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