4 references to GetDocumentState
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\Solution.cs (2)
199return State.GetDocumentState(syntaxTree, projectId)?.Id; 288var documentState = State.GetDocumentState(syntaxTree, projectId);
Workspace\Solution\SolutionState.SymbolToProjectId.cs (2)
40var documentId = this.GetDocumentState(syntaxTree, projectId: null)?.Id; 138var doc = this.GetDocumentState(tree, projectId: null);