3 writes to _nextInvocationTcs
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (3)
1089
_nextInvocationTcs
= new TaskCompletionSource();
1103
_nextInvocationTcs
= new TaskCompletionSource();
1117
_nextInvocationTcs
= new TaskCompletionSource();
4 references to _nextInvocationTcs
Microsoft.JSInterop.Tests (4)
Infrastructure\DotNetDispatcherTest.cs (4)
1075
public Task NextInvocationTask =>
_nextInvocationTcs
.Task;
1088
_nextInvocationTcs
.SetResult();
1102
_nextInvocationTcs
.SetResult();
1116
_nextInvocationTcs
.SetResult();