3 references to Test_GetDocumentStates
Microsoft.CodeAnalysis.ExternalAccess.HotReload.UnitTests (1)
HotReloadServiceTests.cs (1)
71
var matchingDocuments = session.LastCommittedSolution.
Test_GetDocumentStates
();
Microsoft.CodeAnalysis.Features.UnitTests (2)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
142
var matchingDocuments = debuggingSession.LastCommittedSolution.
Test_GetDocumentStates
();
EditAndContinue\UnitTestingHotReloadServiceTests.cs (1)
52
var matchingDocuments = session.LastCommittedSolution.
Test_GetDocumentStates
();