3 references to GetSemanticVersionAsync
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (2)
141frozenProject.GetSemanticVersionAsync(c), 189project.GetSemanticVersionAsync(c),
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
166var semanticVersion = await project.GetSemanticVersionAsync(cancellationToken).ConfigureAwait(false);