2 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
484
Debug.Assert(delegateTemplate.
DelegateInvokeMethod
!= null);
486
var key = new AnonymousDelegateWithIndexedNamePartialKey(delegateTemplate.Arity, delegateTemplate.
DelegateInvokeMethod
.ParameterCount);