2 references to HasInterfaceConstraint
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitExpression.vb (1)
292Not 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)
772If DirectCast(constraint, TypeParameterSymbol).HasInterfaceConstraint() Then