2 overrides of IsUnconstrainedGenericSupported
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer.cs (1)
24protected override bool IsUnconstrainedGenericSupported(Compilation compilation)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer.vb (1)
23Protected Overrides Function IsUnconstrainedGenericSupported(compilation As Compilation) As Boolean
1 reference to IsUnconstrainedGenericSupported
Microsoft.CodeAnalysis.Features (1)
AbstractUseIsNullForReferenceEqualsDiagnosticAnalyzer.cs (1)
44var unconstraintedGenericSupported = IsUnconstrainedGenericSupported(context.Compilation);