2 references to CS8361
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpAddParenthesesAroundConditionalExpressionInInterpolatedStringCodeFixProvider.cs (2)
24private const string CS8361 = nameof(CS8361); //A conditional expression cannot be used directly in a string interpolation because the ':' ends the interpolation.Parenthesize the conditional expression. 35public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(CS8361);