2 references to _getRealFilePathFunc
Microsoft.CodeAnalysis.UnitTests (2)
AnalyzerAssemblyLoaderTests.cs (2)
1812
return
_getRealFilePathFunc
(originalPath) is not null;
1815
public string GetResolvedAnalyzerPath(string originalAnalyzerPath) =>
_getRealFilePathFunc
(originalAnalyzerPath)!;