2 references to IsLegalBraceEscape
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
170
if (!
IsLegalBraceEscape
(tokenText, index, offset, out var span))
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (1)
285
if (!
IsLegalBraceEscape
(tokenText, index, offset, out var braceSpan))