5 overrides of AddAnnotation
System.Xml (5)
System\Xml\Schema\XmlSchema.cs (1)
597
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation) {
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
61
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation) {
System\Xml\Schema\XmlSchemaImport.cs (1)
39
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation) {
System\Xml\Schema\XmlSchemaInclude.cs (1)
30
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation) {
System\Xml\Schema\XmlSchemaRedefine.cs (1)
71
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation) {
1 reference to AddAnnotation
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2071
builder.ParentContainer.
AddAnnotation
(builder.annotation);