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