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)
1240
if (profileCaptureSession is not null && !profileCaptureState.
IsTransferred
)
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
4251
Assert.False(captureState.
IsTransferred
);
4272
Assert.Equal(handoffSucceeds, captureState.
IsTransferred
);