2 references to SatisfiesReferenceTypeConstraint
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ConstraintsHelper.vb (2)
658
If typeParameter.HasReferenceTypeConstraint AndAlso Not
SatisfiesReferenceTypeConstraint
(typeParameter, typeArgument, diagnosticsBuilder) Then
1073
If
SatisfiesReferenceTypeConstraint
(typeParameter:=Nothing, typeArgument:=constraintType, diagnosticsBuilder:=Nothing) Then