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