1 override of Escape
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\SimplifyInterpolation\CSharpSimplifyInterpolationCodeFixProvider.cs (1)
36
protected override string
Escape
(InterpolatedStringExpressionSyntax interpolatedString, string formatString)
1 reference to Escape
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\SimplifyInterpolation\AbstractSimplifyInterpolationCodeFixProvider.cs (1)
99
(TInterpolationFormatClause?)generator.InterpolationFormatClause(
Escape
(interpolatedString, formatString!)));