20 references to Annotation
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
466Location location = includeElement.Annotation<Location>();
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
580Dim location As location = includeElement.Annotation(Of location)()
System.Private.Xml.Linq (18)
System\Xml\Linq\XNodeReader.cs (3)
986return e.Annotation<LineInfoEndElementAnnotation>() != null; 1011LineInfoEndElementAnnotation? a = e.Annotation<LineInfoEndElementAnnotation>(); 1041LineInfoEndElementAnnotation? a = e.Annotation<LineInfoEndElementAnnotation>();
System\Xml\Linq\XObject.cs (12)
36BaseUriAnnotation? a = o.Annotation<BaseUriAnnotation>(); 335XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 346XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 364XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 375XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 387return Annotation<LineInfoAnnotation>() != null; 394LineInfoAnnotation? a = Annotation<LineInfoAnnotation>(); 404LineInfoAnnotation? a = Annotation<LineInfoAnnotation>(); 414return Annotation<BaseUriAnnotation>() != null; 429XObjectChangeAnnotation? a = o.Annotation<XObjectChangeAnnotation>(); 451XObjectChangeAnnotation? a = o.Annotation<XObjectChangeAnnotation>(); 482if (o.Annotation<XObjectChangeAnnotation>() != null) return false;
System\Xml\Schema\XNodeValidator.cs (3)
157XmlSchemaInfo? si = o.Annotation<XmlSchemaInfo>(); 442return source.Annotation<IXmlSchemaInfo>(); 453return source.Annotation<IXmlSchemaInfo>();