1 reference to ComputeTopLevelChangeTextVersionAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
198
return new AsyncLazy<VersionStamp>(c =>
ComputeTopLevelChangeTextVersionAsync
(oldVersion, newDocument, c), cacheResult: true);