1 write to Path
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
UnusedReferences\ProjectAssets\TestProjectAssetsFile.cs (1)
52
var library = new ProjectAssetsLibrary() {
Path
= reference.ItemSpecification };
4 references to Path
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
UnusedReferences\ProjectAssets\TestProjectAssetsFile.cs (1)
53
libraries.Add(Path.GetFileNameWithoutExtension(library.
Path
), library);
Microsoft.CodeAnalysis.Features (3)
UnusedReferences\ProjectAssets\ProjectAssetsReader.cs (3)
131
library.
Path
is not null)
136
itemSpecification = library.
Path
.Replace('/', '\\');
150
compilationAssemblies.Add(Path.GetFullPath(Path.Combine(packagesPath, library.
Path
?? "", assemblyPath)));