Implemented interface member:

method
GetMethod
System.Reflection.IReflect.GetMethod(System.String, System.Reflection.BindingFlags, System.Reflection.Binder, System.Type[], System.Reflection.ParameterModifier[])
164 references to GetMethod
Aspire.Hosting.RemoteHost (3)
dotnet-svcutil-lib (80)
dotnet-svcutil.xmlserializer (1)
ILCompiler.Compiler (1)
illink (1)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.Components.Testing (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Routing (3)
Microsoft.AspNetCore.SignalR.Core (2)
Microsoft.CSharp (1)
Microsoft.DotNet.HotReload.WebAssembly.Browser (4)
src\sdk\src\Dotnet.Watch\HotReloadAgent\HotReloadAgent.cs (2)
74var applyUpdateMethod = metadataUpdater.GetMethod(ApplyUpdateMethodName, BindingFlags.Public | BindingFlags.Static, binder: null, [typeof(Assembly), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>)], modifiers: null);
83var getCapabilities = metadataUpdater.GetMethod(GetCapabilitiesMethodName, BindingFlags.NonPublic | BindingFlags.Static, binder: null, Type.EmptyTypes, modifiers: null);
Microsoft.Extensions.AI.OpenAI (5)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Microsoft.Extensions.DependencyInjection (2)
Microsoft.Extensions.DotNetDeltaApplier (4)
src\sdk\src\Dotnet.Watch\HotReloadAgent\HotReloadAgent.cs (2)
74var applyUpdateMethod = metadataUpdater.GetMethod(ApplyUpdateMethodName, BindingFlags.Public | BindingFlags.Static, binder: null, [typeof(Assembly), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>)], modifiers: null);
83var getCapabilities = metadataUpdater.GetMethod(GetCapabilitiesMethodName, BindingFlags.NonPublic | BindingFlags.Static, binder: null, Type.EmptyTypes, modifiers: null);
Microsoft.Maui.Controls (1)
Microsoft.ML.Core (3)
PresentationCore (2)
PresentationFramework (15)
System.ComponentModel.TypeConverter (2)
System.Linq.Expressions (1)
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (2)
321public MethodInfo? GetMethod(string name, BindingFlags bindingAttr, Type[] types) => GetMethod(name, bindingAttr, binder: null, types, modifiers: null);
327public MethodInfo? GetMethod(string name, Type[] types, ParameterModifier[]? modifiers) => GetMethod(name, DefaultLookup, null, types, modifiers);
System.Private.Windows.Core.TestUtilities (2)
System.Private.Xml (1)
System.Runtime.InteropServices.JavaScript (1)
System.ServiceModel.Primitives.Tests (1)
System.Text.Json (2)
System.Windows.Forms (4)
System.Windows.Forms.Design (3)
System.Xaml (6)
vstest.console (1)
vstest.console.arm64 (1)
WindowsFormsIntegration (1)