3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
489_delegateInvokeMethod = delegateInvokeMethodOpt; 3409_delegateInvokeMethod = delegateInvokeMethod; 3493_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2966var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3147var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3408var oldDelegateInvokeMethod = _delegateInvokeMethod;