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)
3022var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3203var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3463var oldDelegateInvokeMethod = _delegateInvokeMethod;