5 writes to StartDebugSession
aspire (4)
DotNet\DotNetCliRunner.cs (2)
155
StartDebugSession
= StartDebugSession,
382
StartDebugSession
= options.StartDebugSession,
Projects\DotNetAppHostProject.cs (2)
1535
StartDebugSession
= context.StartDebugSession,
2415
StartDebugSession
= context.StartDebugSession
Aspire.Cli.Tests (1)
DotNet\ProcessInvocationOptionsTests.cs (1)
24
StartDebugSession
= true,
4 references to StartDebugSession
aspire (4)
DotNet\DotNetCliRunner.cs (3)
155
StartDebugSession =
StartDebugSession
,
273
options.
StartDebugSession
);
382
StartDebugSession = options.
StartDebugSession
,
Telemetry\ProfilingTelemetry.cs (1)
1062
SetTag(Tags.DotNetStartDebugSession, options.
StartDebugSession
);