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