1 write to MethodInfo
Microsoft.AspNetCore.Hosting (1)
Internal\ConfigureBuilder.cs (1)
15
MethodInfo
= configure;
5 references to MethodInfo
Microsoft.AspNetCore.Hosting (5)
Internal\ConfigureBuilder.cs (4)
29
var parameterInfos =
MethodInfo
.GetParameters();
51
MethodInfo
.Name,
52
MethodInfo
.DeclaringType?.FullName), ex);
57
MethodInfo
.InvokeWithoutWrappingExceptions(instance, parameters);
Internal\StartupLoader.cs (1)
48
if (instance == null && (!configureMethod.
MethodInfo
.IsStatic || (servicesMethod?.MethodInfo != null && !servicesMethod.MethodInfo.IsStatic)))