1 override of GetChangeToken
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (1)
69public override IChangeToken GetChangeToken()
4 references to GetChangeToken
Microsoft.AspNetCore.Mvc.Core (4)
Infrastructure\IActionDescriptorChangeProvider.cs (2)
17/// Use <see cref="ActionDescriptorCollectionProvider.GetChangeToken"/> to be notified of <see cref="ActionDescriptor"/> 29/// Use <see cref="ActionDescriptorCollectionProvider.GetChangeToken"/> to be notified of <see cref="ActionDescriptor"/>
Infrastructure\IActionDescriptorCollectionProvider.cs (1)
21/// subscribe to the change token returned from <see cref="ActionDescriptorCollectionProvider.GetChangeToken"/>
Routing\ActionEndpointDataSourceBase.cs (1)
82collectionProviderWithChangeToken.GetChangeToken,