1 write to Path
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFileReference.cs (1)
30
this.
Path
= path;
3 references to Path
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (2)
204
if (_pathResolver.TryGetAbsoluteProjectPath(projectFileReference.
Path
, baseDirectory: projectDirectory, _discoveredProjectOptions.OnPathFailure, out var projectReferencePath))
237
var unknownProjectId = _projectMap.GetOrCreateProjectId(projectFileReference.
Path
);
MSBuild\ProjectFile\ProjectFile.cs (1)
487
var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, reference.
Path
);