3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
475_delegateInvokeMethod = delegateInvokeMethodOpt; 3306_delegateInvokeMethod = delegateInvokeMethod; 3390_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2864var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3044var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3305var oldDelegateInvokeMethod = _delegateInvokeMethod;