2 references to IncrementallyParseTreeAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (1)
172
c =>
IncrementallyParseTreeAsync
(oldTreeSource, newTextSource, loadTextOptions, c),
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
194
return await
IncrementallyParseTreeAsync
(treeSource, siblingTextSource, loadTextOptions, cancellationToken).ConfigureAwait(false);