1 write to _tcsService
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
1015
_tcsService
= tcsService;
23 references to _tcsService
Microsoft.AspNetCore.SignalR.Tests (23)
HubConnectionHandlerTestUtils\Hubs.cs (23)
1020
_tcsService
.StartedMethod.TrySetResult(null);
1021
await
_tcsService
.EndMethod.Task;
1027
_tcsService
.StartedMethod.TrySetResult(null);
1028
await
_tcsService
.EndMethod.Task;
1039
_tcsService
.StartedMethod.SetResult(null);
1042
_tcsService
.EndMethod.SetResult(null);
1054
_tcsService
.StartedMethod.SetResult(null);
1057
_tcsService
.EndMethod.SetResult(null);
1069
_tcsService
.StartedMethod.SetResult(x);
1072
_tcsService
.EndMethod.SetResult(y);
1084
_tcsService
.StartedMethod.SetResult(x);
1086
_tcsService
.EndMethod.SetResult(input);
1099
_tcsService
.StartedMethod.SetResult(null);
1102
_tcsService
.EndMethod.SetResult(null);
1110
_tcsService
.StartedMethod.SetResult(null);
1112
_tcsService
.EndMethod.SetResult(null);
1123
_tcsService
.StartedMethod.SetResult(null);
1125
_tcsService
.EndMethod.SetResult(null);
1140
_tcsService
.StartedMethod.SetResult(null);
1143
_tcsService
.EndMethod.SetResult(null);
1151
return new CustomAsyncEnumerable(
_tcsService
);
1161
_tcsService
.StartedMethod.SetResult(null);
1163
_tcsService
.EndMethod.SetResult(null);