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