3 references to FixesError
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
UseExpressionBodyDiagnosticAnalyzer.cs (2)
19
public const string FixesError = nameof(
FixesError
);
116
properties = properties.Add(
FixesError
, "");
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
UseExpressionBodyCodeFixProvider.cs (1)
39
diagnostic.Properties.ContainsKey(UseExpressionBodyDiagnosticAnalyzer.
FixesError
);