4 references to TryConvertStringToVirtualChars
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (4)
63return TryConvertStringToVirtualChars(token, "'", "'", escapeBraces: false);
68: TryConvertStringToVirtualChars(token, "\"", "\"", escapeBraces: false);
73: TryConvertStringToVirtualChars(token, "\"", "\"u8", escapeBraces: false);
98SyntaxKind.InterpolatedStringStartToken => TryConvertStringToVirtualChars(token, "", "", escapeBraces: true),