9 references to GetDependentSemanticVersionAsync
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelWorkspaceServiceFactory.SemanticModelWorkspaceService.cs (1)
145
var topLevelSemanticVersion = await document.Project.
GetDependentSemanticVersionAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelWorkspaceServiceFactory.SemanticModelWorkspaceService.cs (1)
145
var topLevelSemanticVersion = await document.Project.
GetDependentSemanticVersionAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelWorkspaceServiceFactory.SemanticModelWorkspaceService.cs (1)
145
var topLevelSemanticVersion = await document.Project.
GetDependentSemanticVersionAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (5)
Diagnostics\Extensions.cs (2)
344
/// <see cref="Project.
GetDependentSemanticVersionAsync
(CancellationToken)"/> does not change as it only returns top level changes.</item>
346
/// <see cref="Project.
GetDependentSemanticVersionAsync
(CancellationToken)"/> changes as the project is removed, then added resulting in a version change.</item>
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelWorkspaceServiceFactory.SemanticModelWorkspaceService.cs (1)
145
var topLevelSemanticVersion = await document.Project.
GetDependentSemanticVersionAsync
(cancellationToken).ConfigureAwait(false);
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (2)
38
/// cref="VersionStamp"/> for a project. As long as the <see cref="Project.
GetDependentSemanticVersionAsync
"/> for
104
/// The <see cref="Project.
GetDependentSemanticVersionAsync
"/> version of the project that the <see
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\SemanticModelWorkspaceServiceFactory.SemanticModelWorkspaceService.cs (1)
145
var topLevelSemanticVersion = await document.Project.
GetDependentSemanticVersionAsync
(cancellationToken).ConfigureAwait(false);