2 writes to documentation
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1048
this.
documentation
= (XmlSchemaDocumentation)container;
2102
builder.xso = builder.
documentation
= new XmlSchemaDocumentation();
5 references to documentation
System.Xml (5)
System\Xml\Schema\XsdBuilder.cs (5)
925
container = this.
documentation
;
2103
builder.annotation.Items.Add(builder.
documentation
);
2108
builder.
documentation
.Source = ParseUriReference(value);
2113
builder.
documentation
.Language = value;
2122
builder.
documentation
.Markup = builder.markup;