7 references to Create
Microsoft.AspNetCore.App.Analyzers (7)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (4)
164
result.Add(VirtualChar.
Create
(new Rune('"'), new TextSpan(offset + index, 2)));
175
result.Add(VirtualChar.
Create
(new Rune(tokenText[index]), span));
205
result.Add(VirtualChar.
Create
(rune, new TextSpan(offset + index, 1)));
212
result.Add(VirtualChar.
Create
(rune, new TextSpan(offset + index, 2)));
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (2)
323
runeResults.Add(VirtualChar.
Create
(rune, span));
334
runeResults.Add(VirtualChar.
Create
(rune, TextSpan.FromBounds(span.Start, nextSpan.End)));
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (1)
159
: VirtualChar.
Create
(new Rune(ch), span);