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