3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
483_delegateInvokeMethod = delegateInvokeMethodOpt; 3387_delegateInvokeMethod = delegateInvokeMethod; 3471_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2945var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3125var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3386var oldDelegateInvokeMethod = _delegateInvokeMethod;