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