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