3 references to HasInterfaceConstraint
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitExpression.vb (1)
316Not DirectCast(receiverType, TypeParameterSymbol).HasInterfaceConstraint) OrElse ' This could be a nullable value type, which must be copied in order to not mutate the original value
Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.vb (1)
101Not 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)
805If DirectCast(constraint, TypeParameterSymbol).HasInterfaceConstraint() Then