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)
747public string FullPath(string relativePath) => Path.Combine(_rootPath, relativePath);