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