1 write to UnaryOperatorMethod
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5653
UnaryOperatorMethod
= unaryOperatorMethod;
4 references to UnaryOperatorMethod
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (1)
10949
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)
2231
operation.OperatorMethod, operation.ConstrainedToType, ((BinaryOperation)operation).
UnaryOperatorMethod
,
2472
IMethodSymbol? unaryOperatorMethod = ((BinaryOperation)binOp).
UnaryOperatorMethod
;
2574
IMethodSymbol? unaryOperatorMethod = ((BinaryOperation)binOp).
UnaryOperatorMethod
;