3 references to PreferFrameworkTypeConstants
Microsoft.CodeAnalysis.Features (3)
PreferFrameworkType\PreferFrameworkTypeCodeFixProvider.cs (2)
33
if (diagnostic.Properties.ContainsKey(
PreferFrameworkTypeConstants
.PreferFrameworkType))
69
=> diagnostic.Properties.ContainsKey(
PreferFrameworkTypeConstants
.PreferFrameworkType);
PreferFrameworkType\PreferFrameworkTypeDiagnosticAnalyzerBase.cs (1)
105
PreferFrameworkTypeConstants
.Properties));