3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
474
_delegateInvokeMethod
= delegateInvokeMethodOpt;
3245
_delegateInvokeMethod
= delegateInvokeMethod;
3329
_delegateInvokeMethod
= oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2803
var signatureParameters = (_useDelegateInvokeParameterTypes ?
_delegateInvokeMethod
! : methodSymbol).Parameters;
2983
var delegateOrMethod = _useDelegateInvokeReturnType ?
_delegateInvokeMethod
! : method;
3244
var oldDelegateInvokeMethod =
_delegateInvokeMethod
;