2 overrides of IsAppropriateLiteralKind
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertBetweenRegularAndVerbatimString\ConvertBetweenRegularAndVerbatimInterpolatedStringCodeRefactoringProvider.cs (1)
29
protected override bool
IsAppropriateLiteralKind
(InterpolatedStringExpressionSyntax literalExpression)
ConvertBetweenRegularAndVerbatimString\ConvertBetweenRegularAndVerbatimStringCodeRefactoringProvider.cs (1)
29
protected override bool
IsAppropriateLiteralKind
(LiteralExpressionSyntax literalExpression)
1 reference to IsAppropriateLiteralKind
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertBetweenRegularAndVerbatimString\AbstractConvertBetweenRegularAndVerbatimStringCodeRefactoringProvider.cs (1)
38
if (literalExpression == null || !
IsAppropriateLiteralKind
(literalExpression))