5 overrides of AddAnnotation
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
666
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (1)
68
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaImport.cs (1)
44
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInclude.cs (1)
34
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs (1)
78
internal override void
AddAnnotation
(XmlSchemaAnnotation annotation)
1 reference to AddAnnotation
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2262
builder.ParentContainer.
AddAnnotation
(builder._annotation);