18 references to GetDependentSemanticVersionAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Workspaces\WorkspaceTests_EditorFeatures.cs (2)
578
var newVersion = await cs.GetProject(project1.Id).
GetDependentSemanticVersionAsync
();
579
var newVersionX = await doc1Z.Project.
GetDependentSemanticVersionAsync
();
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\Project.cs (2)
566
/// <see cref="Project.
GetDependentSemanticVersionAsync
(CancellationToken)"/> does not change as it only returns top level changes.</item>
568
/// <see cref="Project.
GetDependentSemanticVersionAsync
(CancellationToken)"/> changes as the project is removed, then added resulting in a version change.</item>
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
Microsoft.CodeAnalysis.Workspaces.UnitTests (12)
SolutionTests\SolutionTests.cs (12)
4086
await documentToFreeze.Project.
GetDependentSemanticVersionAsync
(),
4087
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4111
await documentToFreeze.Project.
GetDependentSemanticVersionAsync
(),
4112
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4151
await documentToFreezeOriginal.Project.
GetDependentSemanticVersionAsync
(),
4152
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4155
await documentToFreezeChanged.Project.
GetDependentSemanticVersionAsync
(),
4156
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4197
await documentToFreezeOriginal.Project.
GetDependentSemanticVersionAsync
(),
4198
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4201
await documentToFreezeChanged.Project.
GetDependentSemanticVersionAsync
(),
4202
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());