2 implementations of OnProvidersExecuting
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
DefaultApiDescriptionProvider.cs (1)
63public void OnProvidersExecuting(ApiDescriptionProviderContext context)
EndpointMetadataApiDescriptionProvider.cs (1)
44public void OnProvidersExecuting(ApiDescriptionProviderContext context)
4 references to OnProvidersExecuting
Microsoft.AspNetCore.Mvc.Abstractions (3)
ApiExplorer\IApiDescriptionProvider.cs (3)
17/// Each provider has its <see cref="OnProvidersExecuting"/> method 37/// <see cref="OnProvidersExecuting"/> called before that of a provider with a higher numeric value of 39/// all calls to <see cref="OnProvidersExecuting"/>. A provider with a lower numeric value of
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiDescriptionGroupCollectionProvider.cs (1)
69provider.OnProvidersExecuting(context);