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