3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
525
_delegateInvokeMethod
= delegateInvokeMethodOpt;
3464
_delegateInvokeMethod
= delegateInvokeMethod;
3548
_delegateInvokeMethod
= oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
3022
var signatureParameters = (_useDelegateInvokeParameterTypes ?
_delegateInvokeMethod
! : methodSymbol).Parameters;
3203
var delegateOrMethod = _useDelegateInvokeReturnType ?
_delegateInvokeMethod
! : method;
3463
var oldDelegateInvokeMethod =
_delegateInvokeMethod
;