1 instantiation of ReloadAttribute
ApiExplorerWebSite (1)
Controllers\ApiExplorerReloadableController.cs (1)
12
[
Reload
]
1 reference to ReloadAttribute
ApiExplorerWebSite (1)
ApiExplorerRouteChangeConvention.cs (1)
19
if (action.Attributes.OfType<
ReloadAttribute
>().Any() && ChangeToken.TokenSource.IsCancellationRequested)