18 references to GetDependentSemanticVersionAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Workspaces\WorkspaceTests_EditorFeatures.cs (2)
585
var newVersion = await cs.GetProject(project1.Id).
GetDependentSemanticVersionAsync
();
586
var newVersionX = await doc1Z.Project.
GetDependentSemanticVersionAsync
();
Microsoft.CodeAnalysis.Workspaces (4)
Diagnostics\Extensions.cs (2)
457
/// <see cref="Project.
GetDependentSemanticVersionAsync
(CancellationToken)"/> does not change as it only returns top level changes.</item>
459
/// <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)
4098
await documentToFreeze.Project.
GetDependentSemanticVersionAsync
(),
4099
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4123
await documentToFreeze.Project.
GetDependentSemanticVersionAsync
(),
4124
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4163
await documentToFreezeOriginal.Project.
GetDependentSemanticVersionAsync
(),
4164
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4167
await documentToFreezeChanged.Project.
GetDependentSemanticVersionAsync
(),
4168
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4209
await documentToFreezeOriginal.Project.
GetDependentSemanticVersionAsync
(),
4210
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4213
await documentToFreezeChanged.Project.
GetDependentSemanticVersionAsync
(),
4214
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());