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