2 references to IncrementallyParseTree
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (1)
173
c =>
IncrementallyParseTree
(oldTreeSource, newTextSource, loadTextOptions, c),
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
216
return
IncrementallyParseTree
(treeSource, siblingTextSource, loadTextOptions, cancellationToken);