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