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