1 write to _projectFilePath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LoadedProject.cs (1)
46_projectFilePath = projectSystemProject.FilePath;
3 references to _projectFilePath
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\LoadedProject.cs (3)
54_projectDirectory = Path.GetDirectoryName(_projectFilePath)!; 60_fileChangeContext.EnqueueWatchingFile(_projectFilePath); 66if (string.Equals(filePath, _projectFilePath, StringComparison.OrdinalIgnoreCase))