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