3 references to GetSpan
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (1)
146
return
GetSpan
(grouping.OpenParenToken.VirtualChars[0], lastChar);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\Common\EmbeddedSyntaxHelpers.cs (2)
13
=>
GetSpan
(token1.VirtualChars[0], token2.VirtualChars.Last());
16
=>
GetSpan
(virtualChars[0], virtualChars.Last());