Implemented interface member:
property
Types
Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider.Types
1 write to Types
ControllersFromServicesWebSite (1)
Startup.cs (1)
45Types = types.Select(t => t.GetTypeInfo());
1 reference to Types
ControllersFromServicesWebSite (1)
Startup.cs (1)
48public override string Name => string.Join(", ", Types.Select(t => t.FullName));