2 writes to _lazyLatestDocumentTopLevelChangeVersion
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
83_lazyLatestDocumentTopLevelChangeVersion = lazyLatestDocumentTopLevelChangeVersion; 124_lazyLatestDocumentTopLevelChangeVersion = AsyncLazy.Create(static (self, c) => ComputeLatestDocumentTopLevelChangeVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);
1 reference to _lazyLatestDocumentTopLevelChangeVersion
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
229if (_lazyLatestDocumentTopLevelChangeVersion.TryGetValue(out var oldVersion))