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