21 references to CreateNewId
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveWorkspace.cs (1)
83var emptySolution = CreateSolution(SolutionId.CreateNewId("InteractiveSolution"));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostSolution.cs (1)
33this.Id = SolutionId.CreateNewId();
Workspaces\TestWorkspace.cs (1)
85SetCurrentSolutionEx(CreateSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).WithTelemetryId(solutionTelemetryId)));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
SolutionCrawler\WorkCoordinatorTests.cs (5)
92var solutionId = SolutionId.CreateNewId(); 95var solutionInfo = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create(), 1435var solution = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create(), 1621var solution = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create(), 1647return SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create(),
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
121SolutionId.CreateNewId(SolutionPath), 315SolutionId.CreateNewId(),
Workspace\Workspace.cs (2)
85var info = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()); 589_ => this.CreateSolution(SolutionId.CreateNewId()),
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.cs (1)
222SolutionId.CreateNewId(debugName: absoluteSolutionPath),
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
SolutionTests\SolutionInfoTests.cs (3)
19var solutionId = SolutionId.CreateNewId(); 30var solutionId = SolutionId.CreateNewId(); 53var info = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Default, filePath: path);
WorkspaceTests\AdhocWorkspaceTests.cs (1)
93var sinfo = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Default, projects: new ProjectInfo[] { pinfo });
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
848workspace.AddSolution(SolutionInfo.Create(SolutionId.CreateNewId(), new VersionStamp(), @"D:\git\PCLCrypto\PCLCrypto.sln")); 985var info = SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create(), solutionFile.Path);
Roslyn.VisualStudio.Next.UnitTests (2)
Remote\RemoteHostClientServiceFactoryTests.cs (1)
51workspace.AddSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Default));
Services\ServiceHubServicesTests.cs (1)
304SolutionId.CreateNewId(), VersionStamp.Create(), "",