1 instantiation of CurrentDirectorySnapshot
Microsoft.Build (1)
BackEnd\BuildManager\MultiThreadedStrictModeScope.cs (1)
51
return
new
(Directory.GetCurrentDirectory(), s_activeScope);
4 references to CurrentDirectorySnapshot
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
641
var
buildEntryDirectory = strictMode
BackEnd\BuildManager\MultiThreadedStrictModeScope.cs (3)
47
internal static
CurrentDirectorySnapshot
CaptureCurrentDirectory()
57
internal static MultiThreadedStrictModeScope Enter(int buildId,
CurrentDirectorySnapshot
snapshot)
63
CurrentDirectorySnapshot
snapshot,