3 references to CreateVirtualCharSequence
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
183
return
CreateVirtualCharSequence
(
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (2)
171
return
CreateVirtualCharSequence
(tokenText, offset, startIndexInclusive, endIndexExclusive, result);
311
return
CreateVirtualCharSequence
(tokenText, offset, startIndexInclusive, endIndexExclusive, runeResults);