1 override of IsUnconstrainedGenericSupported
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseIsNullCheck\CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer.cs (1)
24protected override bool IsUnconstrainedGenericSupported(Compilation compilation)
1 reference to IsUnconstrainedGenericSupported
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseIsNullCheck\AbstractUseIsNullForReferenceEqualsDiagnosticAnalyzer.cs (1)
44var unconstraintedGenericSupported = IsUnconstrainedGenericSupported(context.Compilation);