3 references to GetInvokeMethod
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
62IMethodDefinition invoke = type.GetInvokeMethod();
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\DelegatesMustMatch.cs (2)
27IMethodDefinition implMethod = impl.GetInvokeMethod(); 28IMethodDefinition contractMethod = contract.GetInvokeMethod();