15 references to GetMethods
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
74
foreach (var methodInfo in controllerType.AsType().
GetMethods
())
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\DefaultPageApplicationModelProvider.cs (1)
142
var methods = pageModel.HandlerType.
GetMethods
();
Microsoft.AspNetCore.SignalR.Core (2)
Internal\TypedClientBuilder.cs (2)
88
foreach (var method in interfaceType.
GetMethods
())
269
foreach (var method in interfaceType.
GetMethods
())
Microsoft.Maui.Controls.Build.Tasks (3)
NodeILExtensions.cs (1)
163
var converter = typeof(ICompiledTypeConverter).
GetMethods
().FirstOrDefault(md => md.Name == "ConvertFromString");
SetPropertiesVisitor.cs (2)
426
var cProvideValue = typeof(ICompiledValueProvider).
GetMethods
().FirstOrDefault(md => md.Name == "ProvideValue");
466
var cProvideValue = typeof(ICompiledValueProvider).
GetMethods
().FirstOrDefault(md => md.Name == "ProvideValue");
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
59
MethodInfo[] methods = typeof(IDispInterface).
GetMethods
();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
531
MethodInfo[] mi = c.
GetMethods
();
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
28
MethodInfo[] ifaceMethods = interfaceType.
GetMethods
();
System.Reflection.TypeExtensions (1)
System\Reflection\TypeExtensions.cs (1)
255
return type.
GetMethods
();
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComImportInteropInterfaceDetailsStrategy.cs (1)
84
foreach (MethodInfo method in iface.
GetMethods
())
System.Speech (1)
Internal\SrgsCompiler\AppDomainGrammarProxy.cs (1)
175
MethodInfo[] mis = _grammarType.
GetMethods
();
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverterFactoryHelpers.cs (2)
27
MethodInfo[] constructingTypeMethods = constructingType.
GetMethods
();
51
MethodInfo[] constructingTypeMethods = constructingType.
GetMethods
();