2 writes to _annotation
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
982
_annotation
= (XmlSchemaAnnotation)container;
2256
builder._xso = builder.
_annotation
= new XmlSchemaAnnotation();
4 references to _annotation
System.Private.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
857
container =
_annotation
!;
2257
builder.ParentContainer.AddAnnotation(builder.
_annotation
);
2269
builder.
_annotation
!.Items.Add(builder._appInfo);
2293
builder.
_annotation
!.Items.Add(builder._documentation);