5 references to GetDependentVersionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
70=> project.GetDependentVersionAsync(cancellationToken);
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
49/// changed. The <see cref="VersionStamp"/> is produced by <see cref="Project.GetDependentVersionAsync(CancellationToken)"/> while the 164computeCheapVersionAsync: async () => (globalStateVersion, await project.GetDependentVersionAsync(cancellationToken).ConfigureAwait(false)),
Microsoft.VisualStudio.LanguageServices (2)
Workspace\SourceGeneratedFileManager.cs (2)
453if (await oldProject.GetDependentVersionAsync(_cancellationTokenSource.Token).ConfigureAwait(false) != 454await newProject.GetDependentVersionAsync(_cancellationTokenSource.Token).ConfigureAwait(false))