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)
2866
var signatureParameters = (_useDelegateInvokeParameterTypes ?
_delegateInvokeMethod
! : methodSymbol).Parameters;
3046
var delegateOrMethod = _useDelegateInvokeReturnType ?
_delegateInvokeMethod
! : method;
3307
var oldDelegateInvokeMethod =
_delegateInvokeMethod
;