1 write to OutputPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
SolutionGeneration.cs (1)
265
OutputPath
= ".";
2 references to OutputPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
SolutionGeneration.cs (2)
263
if (string.IsNullOrEmpty(
OutputPath
))
272
AddXElement(propertyGroup, "OutputPath",
OutputPath
);