6 references to WithAssemblyName
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
292
project = project.
WithAssemblyName
("newName");
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
111
Dim project1 = project.
WithAssemblyName
("Mumble")
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Workspaces\LspWorkspaceManagerTests.cs (4)
135
var newProject = testLspServer.TestWorkspace.CurrentSolution.Projects.First().
WithAssemblyName
("NewCSProj1");
159
var newProject = testLspServer.TestWorkspace.CurrentSolution.Projects.First().
WithAssemblyName
("NewCSProj1");
403
var newProjectWorkspaceTwo = testWorkspaceTwo.CurrentSolution.Projects.First().
WithAssemblyName
("NewCSProj1");
453
var newProject = testWorkspace.CurrentSolution.Projects.First().
WithAssemblyName
(newAssemblyName);