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