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