2 references to CS8361
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpAddParenthesesAroundConditionalExpressionInInterpolatedStringCodeFixProvider.cs (2)
24
private 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.
35
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(
CS8361
);