3 writes to _nextInvocationTcs
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (3)
1088
_nextInvocationTcs
= new TaskCompletionSource();
1097
_nextInvocationTcs
= new TaskCompletionSource();
1106
_nextInvocationTcs
= new TaskCompletionSource();
4 references to _nextInvocationTcs
Microsoft.JSInterop.Tests (4)
Infrastructure\DotNetDispatcherTest.cs (4)
1074
public Task NextInvocationTask =>
_nextInvocationTcs
.Task;
1087
_nextInvocationTcs
.SetResult();
1096
_nextInvocationTcs
.SetResult();
1105
_nextInvocationTcs
.SetResult();