17 references to Annotation
System.Xml.Linq (17)
System\Xml\Linq\XLinq.cs (14)
945BaseUriAnnotation a = o.Annotation<BaseUriAnnotation>(); 1170XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1179XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1194XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1203XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1213return Annotation<LineInfoAnnotation>() != null; 1218LineInfoAnnotation a = Annotation<LineInfoAnnotation>(); 1226LineInfoAnnotation a = Annotation<LineInfoAnnotation>(); 1234return Annotation<BaseUriAnnotation>() != null; 1246XObjectChangeAnnotation a = o.Annotation<XObjectChangeAnnotation>(); 1266XObjectChangeAnnotation a = o.Annotation<XObjectChangeAnnotation>(); 8861return e.Annotation<LineInfoEndElementAnnotation>() != null; 8880LineInfoEndElementAnnotation a = e.Annotation<LineInfoEndElementAnnotation>(); 8903LineInfoEndElementAnnotation a = e.Annotation<LineInfoEndElementAnnotation>();
System\Xml\Linq\XNodeValidator.cs (3)
130XmlSchemaInfo si = o.Annotation<XmlSchemaInfo>(); 368return source.Annotation<IXmlSchemaInfo>(); 378return source.Annotation<IXmlSchemaInfo>();