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