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