2 writes to annotation
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
944
this.
annotation
= (XmlSchemaAnnotation)container;
2070
builder.xso = builder.
annotation
= new XmlSchemaAnnotation();
4 references to annotation
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
821
container = this.
annotation
;
2071
builder.ParentContainer.AddAnnotation(builder.
annotation
);
2082
builder.
annotation
.Items.Add(builder.appInfo);
2103
builder.
annotation
.Items.Add(builder.documentation);