3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
508_delegateInvokeMethod = delegateInvokeMethodOpt; 3427_delegateInvokeMethod = delegateInvokeMethod; 3511_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2984var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3165var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3426var oldDelegateInvokeMethod = _delegateInvokeMethod;