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)
13public const string PreferFrameworkType = nameof(PreferFrameworkType); 15ImmutableDictionary<string, string>.Empty.Add(PreferFrameworkType, "");