1 write to SetDisposableChangeTokenAction
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
HotReloadServiceTests.cs (1)
178
endpointDataSource.
SetDisposableChangeTokenAction
= (IDisposable disposableChangeToken) => {
1 reference to SetDisposableChangeTokenAction
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSource.cs (1)
172
_disposableChangeToken =
SetDisposableChangeTokenAction
(ChangeToken.OnChange(_hotReloadService.GetChangeToken, UpdateEndpoints));