3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
483_delegateInvokeMethod = delegateInvokeMethodOpt; 3403_delegateInvokeMethod = delegateInvokeMethod; 3487_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2960var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3141var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3402var oldDelegateInvokeMethod = _delegateInvokeMethod;