Implemented interface member:
method
GetResolvedAnalyzerPath
Microsoft.CodeAnalysis.IAnalyzerPathResolver.GetResolvedAnalyzerPath(System.String)
6 references to GetResolvedAnalyzerPath
Microsoft.CodeAnalysis.UnitTests (6)
ShadowCopyAnalyzerPathResolverTests.cs (6)
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);