1 write to UnaryOperatorMethod
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5691
UnaryOperatorMethod
= unaryOperatorMethod;
6 references to UnaryOperatorMethod
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (1)
11019
return new BinaryOperation(internalOperation.OperatorKind, Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.IsChecked, internalOperation.IsCompareText, internalOperation.OperatorMethod, internalOperation.ConstrainedToType, internalOperation.
UnaryOperatorMethod
, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);
Operations\ControlFlowGraphBuilder.cs (3)
2233
operation.OperatorMethod, operation.ConstrainedToType, ((BinaryOperation)operation).
UnaryOperatorMethod
,
2474
IMethodSymbol? unaryOperatorMethod = ((BinaryOperation)binOp).
UnaryOperatorMethod
;
2576
IMethodSymbol? unaryOperatorMethod = ((BinaryOperation)binOp).
UnaryOperatorMethod
;
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1196
var unaryOperatorMethod = ((BinaryOperation)operation).
UnaryOperatorMethod
;
Compilation\TestOperationVisitor.cs (1)
772
var unaryOperatorMethod = ((BinaryOperation)operation).
UnaryOperatorMethod
;