3 references to Span
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
630
var startSpan = modifiers.Node != null ? modifiers.
Span
: (keyword.Node != null ? keyword.Span : type!.Span);
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Documentation\AvoidUsingCrefTagsWithAPrefix.cs (1)
47
var location = Location.Create(token.SyntaxTree!, textTokens.
Span
);
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
549
Dim startSpan As Text.TextSpan = If(modifiers.Node IsNot Nothing, modifiers.
Span
, keyword.Span)