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