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