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