1 write to TempRoot
Microsoft.CodeAnalysis.UnitTests (1)
ShadowCopyAnalyzerPathResolverTests.cs (1)
24TempRoot = new TempRoot();
7 references to TempRoot
Microsoft.CodeAnalysis.UnitTests (7)
ShadowCopyAnalyzerPathResolverTests.cs (7)
25PathResolver = new ShadowCopyAnalyzerPathResolver(TempRoot.CreateDirectory().Path); 30TempRoot.Dispose(); 36var analyzerPath = TempRoot.CreateDirectory().CreateFile("analyzer.dll").Path; 55var analyzerPath = Path.Combine(TempRoot.CreateDirectory().Path, "analyzer.dll"); 63var analyzerPath = Path.Combine(TempRoot.CreateDirectory().Path, "analyzer.dll"); 77var dir = TempRoot.CreateDirectory().Path; 90var dir = TempRoot.CreateDirectory().Path;