4 references to NotifyChangedAsync
Microsoft.AspNetCore.Components.Authorization (1)
CascadingAuthenticationStateServiceCollectionExtensions.cs (1)
49_ = NotifyChangedAsync(newAuthStateTask);
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterTest.cs (3)
615await cascadingValueSource.NotifyChangedAsync(new MyParamType("Whole new object")); 634await cascadingValueSource.NotifyChangedAsync(new MyParamType("Nobody is listening, but this shouldn't be an error")); 705await cascadingValueSource.NotifyChangedAsync(updatedValue);