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