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>());
5 references to NextInvocationResult
Microsoft.AspNetCore.Components.Server.Tests (5)
ProtectedBrowserStorageTest.cs (5)
362
return (ValueTask<TValue>)
NextInvocationResult
;
371
return (ValueTask<IJSObjectReference>)
NextInvocationResult
;
377
return (ValueTask<IJSObjectReference>)
NextInvocationResult
;
383
return (ValueTask<TValue>)
NextInvocationResult
;
389
return (ValueTask<TValue>)
NextInvocationResult
;