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