1 implementation of GetChangeToken
Microsoft.AspNetCore.Mvc (1)
HotReloadService.cs (1)
64
IChangeToken IActionDescriptorChangeProvider.
GetChangeToken
() => new CancellationChangeToken(_tokenSource.Token);
4 references to GetChangeToken
Microsoft.AspNetCore.Mvc.Core (4)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (2)
82
return _actionDescriptorChangeProviders[0].
GetChangeToken
();
88
changeTokens[i] = _actionDescriptorChangeProviders[i].
GetChangeToken
();
Infrastructure\IActionDescriptorChangeProvider.cs (2)
16
/// The change token returned from <see cref="
GetChangeToken
"/> is only for use inside the MVC infrastructure.
28
/// The change token returned from <see cref="
GetChangeToken
"/> is only for use inside the MVC infrastructure.