1 write to Method
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundBinaryOperator.UncommonData.cs (1)
58
Method
= method;
2 references to Method
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundBinaryOperator.UncommonData.cs (1)
67
if ((object?)method ==
Method
)
BoundTree\BoundExpression.cs (1)
408
internal MethodSymbol? Method => Data?.
Method
;