2 writes to _annotation
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
990
_annotation
= (XmlSchemaAnnotation)container;
2261
builder._xso = builder.
_annotation
= new XmlSchemaAnnotation();
4 references to _annotation
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (4)
865
container =
_annotation
;
2262
builder.ParentContainer.AddAnnotation(builder.
_annotation
);
2274
builder.
_annotation
.Items.Add(builder._appInfo);
2298
builder.
_annotation
.Items.Add(builder._documentation);