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