3 references to InspectSourceRoot
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (3)
MapSourceRootTests.cs (3)
349
]), string.Join("\n", task.MappedSourceRoots.Select(
InspectSourceRoot
)));
452
]), string.Join("\n", task.MappedSourceRoots.Select(
InspectSourceRoot
)));
497
string.Join(Environment.NewLine, task.MappedSourceRoots.Select(
InspectSourceRoot
)));