5 overrides of AddAnnotation
System.Private.Xml (5)
System\Xml\Schema\XmlSchema.cs (1)
516
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
47
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
System\Xml\Schema\XmlSchemaImport.cs (1)
32
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
System\Xml\Schema\XmlSchemaInclude.cs (1)
24
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
System\Xml\Schema\XmlSchemaRedefine.cs (1)
48
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
1 reference to AddAnnotation
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2257
builder.ParentContainer.
AddAnnotation
(builder._annotation);