3 writes to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
475_delegateInvokeMethod = delegateInvokeMethodOpt; 3308_delegateInvokeMethod = delegateInvokeMethod; 3392_delegateInvokeMethod = oldDelegateInvokeMethod;
3 references to _delegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2866var signatureParameters = (_useDelegateInvokeParameterTypes ? _delegateInvokeMethod! : methodSymbol).Parameters; 3046var delegateOrMethod = _useDelegateInvokeReturnType ? _delegateInvokeMethod! : method; 3307var oldDelegateInvokeMethod = _delegateInvokeMethod;