6 writes to InteractionId
Aspire.Hosting.Tests (6)
Backchannel\AppHostRpcTargetUploadTests.cs (6)
29
InteractionId
= interactionId,
64
InteractionId
= interactionId,
88
InteractionId
= interactionId,
111
InteractionId
= interactionId,
130
InteractionId
= 1,
154
InteractionId
= interactionId,
4 references to InteractionId
Aspire.Hosting (4)
Backchannel\AppHostRpcTarget.cs (4)
261
if (request.
InteractionId
<= 0)
270
var (fileId, filePath) = fileUploadStore.CreateEntry(request.FileName, request.
InteractionId
, request.InputName);
282
fileUploadStore.RemoveEntry(request.
InteractionId
, fileId);
286
fileUploadStore.CompleteUpload(request.
InteractionId
, fileId);