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