2 references to FilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectMap.cs (1)
102
var projectFilePath = projectInfo.
FilePath
;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\ProjectInfoTests.cs (1)
191
SolutionTestHelpers.TestProperty(instance, (old, value) => old.WithFilePath(value), opt => opt.
FilePath
, "New");