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