3 references to AddTestProject
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
98
.
AddTestProject
("proj")
EditAndContinue\Extensions.cs (2)
61
=>
AddTestProject
(solution, projectName, language, TargetFramework.NetLatest, id = ProjectId.CreateNewId(debugName: projectName));
65
var project =
AddTestProject
(solution, projectName, language, targetFramework, id: null);