2 overrides of ReportRedundantConstraints
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceTypeParameterSymbol.vb (2)
282Protected Overrides Function ReportRedundantConstraints() As Boolean 347Protected Overrides Function ReportRedundantConstraints() As Boolean
1 reference to ReportRedundantConstraints
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceTypeParameterSymbol.vb (1)
100If(ReportRedundantConstraints(), DirectConstraintConflictKind.RedundantConstraint, DirectConstraintConflictKind.None)