14 references to Id
Microsoft.CodeAnalysis.Features (7)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
146
coordinator.Reanalyze(analyzer, new UnitTestingReanalyzeScope(solution.
Id
));
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (4)
94
var scope = new UnitTestingReanalyzeScope(Registration.GetSolutionToAnalyze().
Id
);
547
if (_solutionId != null && solution.
Id
!= _solutionId)
593
if (_solutionId != null && solution.
Id
!= _solutionId)
636
if (_solutionId != null && solution.
Id
!= _solutionId)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (2)
337
if (oldSolution == null || currentSolution.
Id
== oldSolution.
Id
)
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Host\RemoteWorkspace.cs (3)
230
return currentSolution.
Id
== newSolutionInfo.Id && currentSolution.FilePath == newSolutionInfo.FilePath;
315
=> oldSolution.
Id
!= newSolution.
Id
|| oldSolution.FilePath != newSolution.FilePath;
Host\RemoteWorkspace.SolutionCreator.cs (1)
59
Contract.ThrowIfFalse(solution.
Id
== newSolutionInfo.Id && solution.FilePath == newSolutionInfo.FilePath);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
661
(oldSolution, _) => this.CreateSolution(oldSolution.
Id
),
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
WorkspaceTests\AdhocWorkspaceTests.cs (1)
95
Assert.Equal(solution.
Id
, sinfo.Id);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
1009
var configuration = new MockPersistentStorageConfiguration(solution.
Id
, persistentFolder.Path, throwOnFailure);