5 writes to StartDebugSession
aspire (4)
DotNet\DotNetCliRunner.cs (2)
161
StartDebugSession
= StartDebugSession,
394
StartDebugSession
= options.StartDebugSession,
Projects\DotNetAppHostProject.cs (2)
1544
StartDebugSession
= context.StartDebugSession,
2458
StartDebugSession
= context.StartDebugSession
Aspire.Cli.Tests (1)
DotNet\ProcessInvocationOptionsTests.cs (1)
24
StartDebugSession
= true,
4 references to StartDebugSession
aspire (4)
DotNet\DotNetCliRunner.cs (3)
161
StartDebugSession =
StartDebugSession
,
280
options.
StartDebugSession
);
394
StartDebugSession = options.
StartDebugSession
,
Telemetry\ProfilingTelemetry.cs (1)
1054
SetTag(Tags.DotNetStartDebugSession, options.
StartDebugSession
);