3 references to GetDocumentStates
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.cs (3)
622var oldDocumentStates = oldProjectState.GetDocumentStates<TDocumentState>(); 844var oldDocumentStates = oldProjectState.GetDocumentStates<TDocumentState>(); 1809var oldDocumentStates = oldProjectState.GetDocumentStates<T>();