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