10 references to UserDefined
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Operators.vb (3)
270If operatorKind = BinaryOperatorKind.UserDefined Then 565opKind = opKind Or BinaryOperatorKind.UserDefined 632Dim 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)
22Debug.Assert((node.OperatorKind And BinaryOperatorKind.UserDefined) = 0) 146Debug.Assert((node.OperatorKind And BinaryOperatorKind.UserDefined) = 0) 276Debug.Assert((node.OperatorKind And BinaryOperatorKind.UserDefined) = 0) 322Debug.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