2 writes to ShouldDebugCurrentProcess
Microsoft.Build.Framework (2)
DebugUtils.cs (2)
55
ShouldDebugCurrentProcess
= CurrentProcessMatchesDebugName();
60
ShouldDebugCurrentProcess
= false;
2 references to ShouldDebugCurrentProcess
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
727
if (FrameworkDebugUtils.
ShouldDebugCurrentProcess
is false ||
814
if (!FrameworkDebugUtils.
ShouldDebugCurrentProcess
)