1 override of IsIdentifierNameReplaceableWithFrameworkType
Microsoft.CodeAnalysis.CSharp.Features (1)
Diagnostics\Analyzers\CSharpPreferFrameworkTypeDiagnosticAnalyzer.cs (1)
32
protected override bool
IsIdentifierNameReplaceableWithFrameworkType
(SemanticModel semanticModel, IdentifierNameSyntax node)
1 reference to IsIdentifierNameReplaceableWithFrameworkType
Microsoft.CodeAnalysis.Features (1)
PreferFrameworkType\PreferFrameworkTypeDiagnosticAnalyzerBase.cs (1)
78
if (!
IsIdentifierNameReplaceableWithFrameworkType
(semanticModel, identifierName))