3 references to ContainsDocument
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
681
if (project.
ContainsDocument
(documentId))
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionTests.cs (2)
2582
Assert.True(project.
ContainsDocument
(did), "Project was expected to have document " + did);
2599
Assert.True(project2.
ContainsDocument
(did2), "Project was expected to have document " + did2);