10 references to UserDefined
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Operators.vb (3)
300
If operatorKind = BinaryOperatorKind.
UserDefined
Then
595
opKind = opKind Or BinaryOperatorKind.
UserDefined
662
Dim bitwiseKind As BinaryOperatorKind = If(opKind = BinaryOperatorKind.AndAlso, BinaryOperatorKind.And, BinaryOperatorKind.Or) Or BinaryOperatorKind.
UserDefined
BoundTree\BoundUserDefinedBinaryOperator.vb (1)
34
Debug.Assert((OperatorKind And BinaryOperatorKind.
UserDefined
) <> 0)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (4)
12
Debug.Assert((node.OperatorKind And BinaryOperatorKind.
UserDefined
) = 0)
210
Debug.Assert((node.OperatorKind And BinaryOperatorKind.
UserDefined
) = 0)
341
Debug.Assert((node.OperatorKind And BinaryOperatorKind.
UserDefined
) = 0)
396
Debug.Assert((node.OperatorKind And BinaryOperatorKind.
UserDefined
) = 0)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
367
If (binaryOperator.OperatorKind And BinaryOperatorKind.
UserDefined
) = 0 Then
Semantics\Operators.vb (1)
913
Return BinaryOperatorKind.
UserDefined