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