8 references to FilePath
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteWorkspace.cs (1)
230
return currentSolution.Id == newSolutionInfo.Id && currentSolution.FilePath == newSolutionInfo.
FilePath
;
Host\RemoteWorkspace.SolutionCreator.cs (1)
59
Contract.ThrowIfFalse(solution.Id == newSolutionInfo.Id && solution.FilePath == newSolutionInfo.
FilePath
);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
67
solutionAttributes.
FilePath
,
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionInfo.cs (4)
34
public string? FilePath => Attributes.
FilePath
;
148
var newFilePath = filePath.HasValue ? filePath.Value :
FilePath
;
152
newFilePath ==
FilePath
&&
169
writer.WriteString(
FilePath
);
Workspace\Solution\SolutionState.cs (1)
146
public string? FilePath => SolutionAttributes.
FilePath
;