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