4 implementations of OnProvidersExecuting
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\GrpcJsonTranscodingDescriptionProvider.cs (1)
35public void OnProvidersExecuting(ApiDescriptionProviderContext context)
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
DefaultApiDescriptionProvider.cs (1)
62public void OnProvidersExecuting(ApiDescriptionProviderContext context)
EndpointMetadataApiDescriptionProvider.cs (1)
44public void OnProvidersExecuting(ApiDescriptionProviderContext context)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
JsonPatchOperationsArrayProvider.cs (1)
36public 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);