4 references to PreferFrameworkType
Microsoft.CodeAnalysis.Features (4)
PreferFrameworkType\PreferFrameworkTypeCodeFixProvider.cs (2)
33if (diagnostic.Properties.ContainsKey(PreferFrameworkTypeConstants.PreferFrameworkType)) 69=> diagnostic.Properties.ContainsKey(PreferFrameworkTypeConstants.PreferFrameworkType);
PreferFrameworkType\PreferFrameworkTypeConstants.cs (2)
11public const string PreferFrameworkType = nameof(PreferFrameworkType); 13ImmutableDictionary<string, string?>.Empty.Add(PreferFrameworkType, "");