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