18 references to GetDependentSemanticVersionAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Workspaces\WorkspaceTests_EditorFeatures.cs (2)
586
var newVersion = await cs.GetProject(project1.Id).
GetDependentSemanticVersionAsync
();
587
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)
4100
await documentToFreeze.Project.
GetDependentSemanticVersionAsync
(),
4101
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4125
await documentToFreeze.Project.
GetDependentSemanticVersionAsync
(),
4126
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4165
await documentToFreezeOriginal.Project.
GetDependentSemanticVersionAsync
(),
4166
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4169
await documentToFreezeChanged.Project.
GetDependentSemanticVersionAsync
(),
4170
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4211
await documentToFreezeOriginal.Project.
GetDependentSemanticVersionAsync
(),
4212
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());
4215
await documentToFreezeChanged.Project.
GetDependentSemanticVersionAsync
(),
4216
await frozenDocument.Project.
GetDependentSemanticVersionAsync
());