2 references to HasInterfaceConstraint
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitExpression.vb (1)
292
Not DirectCast(receiverType, TypeParameterSymbol).
HasInterfaceConstraint
) OrElse ' This could be a nullable value type, which must be copied in order to not mutate the original value
Symbols\ConstraintsHelper.vb (1)
772
If DirectCast(constraint, TypeParameterSymbol).
HasInterfaceConstraint
() Then