3 references to GetSpan
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxHelpers.cs (3)
16
return
GetSpan
(token1.VirtualChars[0], token1.VirtualChars.Last());
19
return
GetSpan
(token1.VirtualChars[0], token2.VirtualChars.Last());
23
=>
GetSpan
(virtualChars[0], virtualChars.Last());