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