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