1 implementation of IsRawStringLiteral
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1125public bool IsRawStringLiteral(SyntaxToken token)
1 reference to IsRawStringLiteral
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
103if (syntaxFacts.IsRawStringLiteral(firstToken))