1 write to _rootPath
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsEntryPointDiscoveryTests.cs (1)
740
_rootPath
= rootPath;
1 reference to _rootPath
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsEntryPointDiscoveryTests.cs (1)
747
public string FullPath(string relativePath) => Path.Combine(
_rootPath
, relativePath);