3 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
495
Debug.Assert(delegateTemplate.
DelegateInvokeMethod
!= null);
499
var key = new AnonymousDelegateWithIndexedNamePartialKey(delegateTemplate.Arity, delegateTemplate.
DelegateInvokeMethod
.ParameterCount);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
663
keySelector: template => new AnonymousDelegateWithIndexedNamePartialKey(template.Arity, template.
DelegateInvokeMethod
.ParameterCount),