12 writes to NextInvocationResult
Microsoft.AspNetCore.Components.Server.Tests (12)
ProtectedBrowserStorageTest.cs (12)
30
jsRuntime.
NextInvocationResult
= jsResultTask;
56
jsRuntime.
NextInvocationResult
= jsResultTask;
80
jsRuntime.
NextInvocationResult
= jsResultTask;
104
jsRuntime.
NextInvocationResult
= new ValueTask<string>(
131
jsRuntime.
NextInvocationResult
= new ValueTask<string>(
154
jsRuntime.
NextInvocationResult
= new ValueTask<string>((string)null);
173
jsRuntime.
NextInvocationResult
= new ValueTask<string>(
190
jsRuntime.
NextInvocationResult
= new ValueTask<string>(storedString);
210
jsRuntime.
NextInvocationResult
= new ValueTask<string>(storedString);
226
jsRuntime.
NextInvocationResult
= new ValueTask<string>(
245
jsRuntime.
NextInvocationResult
= nextTask;
261
jsRuntime.
NextInvocationResult
= new ValueTask<IJSVoidResult>(Mock.Of<IJSVoidResult>());
1 reference to NextInvocationResult
Microsoft.AspNetCore.Components.Server.Tests (1)
ProtectedBrowserStorageTest.cs (1)
363
return (ValueTask<TValue>)
NextInvocationResult
;