1 write to PathResolver
Microsoft.CodeAnalysis.UnitTests (1)
ShadowCopyAnalyzerPathResolverTests.cs (1)
25
PathResolver
= new ShadowCopyAnalyzerPathResolver(TempRoot.CreateDirectory().Path);
8 references to PathResolver
Microsoft.CodeAnalysis.UnitTests (8)
ShadowCopyAnalyzerPathResolverTests.cs (8)
37
Assert.True(
PathResolver
.IsAnalyzerPathHandled(analyzerPath));
46
Assert.False(Directory.Exists(
PathResolver
.ShadowDirectory));
56
var shadowPath =
PathResolver
.GetResolvedAnalyzerPath(analyzerPath);
65
var shadowPath =
PathResolver
.GetResolvedAnalyzerPath(analyzerPath);
82
var shadow1Path =
PathResolver
.GetResolvedAnalyzerPath(analyzer1Path);
83
var shadow2Path =
PathResolver
.GetResolvedAnalyzerPath(analyzer2Path);
93
var group1ShadowPath =
PathResolver
.GetResolvedAnalyzerPath(group1AnalyzerPath);
94
var group2ShadowPath =
PathResolver
.GetResolvedAnalyzerPath(group2AnalyzerPath);