3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
441_delegateInvokeMethod = delegateInvokeMethodOpt; 3080_delegateInvokeMethod = delegateInvokeMethod; 3143_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2725var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 2905var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3079var oldDelegateInvokeMethod = _delegateInvokeMethod;