3 references to FixesError
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\UseExpressionBody\UseExpressionBodyDiagnosticAnalyzer.cs (2)
18
public const string FixesError = nameof(
FixesError
);
121
properties = properties.Add(
FixesError
, "");
src\Analyzers\CSharp\CodeFixes\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
37
diagnostic.Properties.ContainsKey(UseExpressionBodyDiagnosticAnalyzer.
FixesError
);