3 writes to _nextInvocationTcs
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (3)
1043
_nextInvocationTcs
= new TaskCompletionSource();
1052
_nextInvocationTcs
= new TaskCompletionSource();
1061
_nextInvocationTcs
= new TaskCompletionSource();
4 references to _nextInvocationTcs
Microsoft.JSInterop.Tests (4)
Infrastructure\DotNetDispatcherTest.cs (4)
1029
public Task NextInvocationTask =>
_nextInvocationTcs
.Task;
1042
_nextInvocationTcs
.SetResult();
1051
_nextInvocationTcs
.SetResult();
1060
_nextInvocationTcs
.SetResult();