6 references to UserDefined
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Operators.vb (2)
1164If operatorKind = UnaryOperatorKind.UserDefined Then 1248opKind = opKind Or UnaryOperatorKind.UserDefined
BoundTree\BoundUserDefinedUnaryOperator.vb (1)
28Debug.Assert((OperatorKind And UnaryOperatorKind.UserDefined) <> 0)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (1)
34Debug.Assert((node.OperatorKind And UnaryOperatorKind.UserDefined) = 0)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
395If (unaryOperator.OperatorKind And UnaryOperatorKind.UserDefined) = 0 Then
Semantics\Operators.vb (1)
543Return UnaryOperatorKind.UserDefined