3 references to AddParenthesesAroundConditionalExpressionInInterpolatedString
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\ConditionalExpressionInStringInterpolation\CSharpAddParenthesesAroundConditionalExpressionInInterpolatedStringCodeFixProvider.cs (1)
21
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
AddParenthesesAroundConditionalExpressionInInterpolatedString
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
24
public static string AddParenthesesAroundConditionalExpressionInInterpolatedString => PredefinedCodeFixProviderNames.
AddParenthesesAroundConditionalExpressionInInterpolatedString
;
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
23
public const string AddParenthesesAroundConditionalExpressionInInterpolatedString = nameof(
AddParenthesesAroundConditionalExpressionInInterpolatedString
);