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