2 references to UserDefinedFalse
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
2008
return operatorKind == UnaryOperatorKind.UserDefinedTrue || operatorKind == UnaryOperatorKind.
UserDefinedFalse
;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
114
if (!_inExpressionLambda || kind == UnaryOperatorKind.UserDefinedTrue || kind == UnaryOperatorKind.
UserDefinedFalse
)