5 references to IsFixable
Microsoft.CodeAnalysis.Features (5)
AbstractForEachCastCodeFixProvider.cs (2)
32if (context.Diagnostics.First().Properties.ContainsKey(ForEachCastHelpers.IsFixable)) 41=> diagnostic.Properties.ContainsKey(ForEachCastHelpers.IsFixable);
AbstractForEachCastDiagnosticAnalyzer.cs (3)
19public const string IsFixable = nameof(IsFixable); 27ImmutableDictionary<string, string?>.Empty.Add(ForEachCastHelpers.IsFixable, ForEachCastHelpers.IsFixable);