2 references to AddParenthesesAroundConditionalExpressionInInterpolatedString
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
23public const string AddParenthesesAroundConditionalExpressionInInterpolatedString = nameof(AddParenthesesAroundConditionalExpressionInInterpolatedString);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpAddParenthesesAroundConditionalExpressionInInterpolatedStringCodeFixProvider.cs (1)
21[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.AddParenthesesAroundConditionalExpressionInInterpolatedString), Shared]