1 override of GetChangeToken
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (1)
69public override IChangeToken GetChangeToken()
6 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,
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\ActionEndpointDataSourceBaseTest.cs (1)
81.Setup(m => m.GetChangeToken())
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
src\Mvc\Mvc.Core\test\Routing\ActionEndpointDataSourceBaseTest.cs (1)
81.Setup(m => m.GetChangeToken())