4 writes to State
Aspire.Hosting.Tests (4)
tests\Shared\TestInteractionFileUploadStore.cs (4)
49
entry.
State
= FileEntryState.Uploaded;
96
entry.
State
= FileEntryState.Accepted;
122
entry.
State
= entry.State switch
151
entry.
State
= FileEntryState.DiscardWhenComplete;
8 references to State
Aspire.Hosting.Tests (8)
tests\Shared\TestInteractionFileUploadStore.cs (8)
46
removeEntry = entry.
State
== FileEntryState.DiscardWhenComplete;
47
if (entry.
State
== FileEntryState.Uploading)
67
if (entry.
State
is FileEntryState.Uploaded or FileEntryState.Accepted &&
90
if (entry.
State
is not (FileEntryState.Uploaded or FileEntryState.Accepted) ||
119
removeEntry = entry.InteractionId == interactionId && entry.
State
== FileEntryState.Uploaded;
122
entry.State = entry.
State
switch
125
_ => entry.
State
148
entry.
State
is FileEntryState.Uploaded or FileEntryState.Accepted;