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