1 write to IsTransferred
aspire (1)
Profiling\ProfileCaptureState.cs (1)
14
internal void MarkTransferred() =>
IsTransferred
= true;
3 references to IsTransferred
aspire (1)
Program.cs (1)
1231
if (profileCaptureSession is not null && !profileCaptureState.
IsTransferred
)
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
5400
Assert.False(captureState.
IsTransferred
);
5421
Assert.Equal(handoffSucceeds, captureState.
IsTransferred
);