1 override of GetChangeToken
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (1)
69
public override IChangeToken
GetChangeToken
()
9 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)
82
collectionProviderWithChangeToken.
GetChangeToken
,
Microsoft.AspNetCore.Mvc.Core.Test (4)
Infrastructure\DefaultActionDescriptorCollectionProviderTest.cs (3)
103
var changeToken1 = actionDescriptorCollectionProvider.
GetChangeToken
();
120
var changeToken2 = actionDescriptorCollectionProvider.
GetChangeToken
();
142
var changeToken3 = actionDescriptorCollectionProvider.
GetChangeToken
();
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
())