1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\ProjectKey.cs (1)
38FilePath = filePath;
15 references to FilePath
IdeCoreBenchmarks (4)
ProjectContainerKeyCache.cs (4)
67if (RoslynString.IsNullOrEmpty(projectKey.FilePath)) 72var relativePath = PathUtilities.GetRelativePath(relativePathBase, projectKey.FilePath!); 73if (relativePath == projectKey.FilePath) 78.Add($"{nameof(ProjectKey)}.{nameof(ProjectKey.FilePath)}", relativePath)
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
ProjectContainerKeyCache.cs (4)
67if (RoslynString.IsNullOrEmpty(projectKey.FilePath)) 72var relativePath = PathUtilities.GetRelativePath(relativePathBase, projectKey.FilePath!); 73if (relativePath == projectKey.FilePath) 78.Add($"{nameof(ProjectKey)}.{nameof(ProjectKey.FilePath)}", relativePath)
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\SQLitePersistentStorage_ProjectIds.cs (3)
35projectKey.FilePath != null && PathUtilities.GetRelativePath(_solutionDirectory, projectKey.FilePath) is { Length: > 0 } relativePath 37: projectKey.FilePath;
Microsoft.VisualStudio.LanguageServices (4)
Storage\ProjectContainerKeyCache.cs (4)
67if (RoslynString.IsNullOrEmpty(projectKey.FilePath)) 72var relativePath = PathUtilities.GetRelativePath(relativePathBase, projectKey.FilePath!); 73if (relativePath == projectKey.FilePath) 78.Add($"{nameof(ProjectKey)}.{nameof(ProjectKey.FilePath)}", relativePath)