2 references to GetIdForTypeAsync
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (1)
566var id = await GraphNodeIdCreation.GetIdForTypeAsync(namedType, solution, cancellationToken).ConfigureAwait(false);
Progression\GraphNodeCreation.cs (1)
42return await GraphNodeIdCreation.GetIdForTypeAsync((ITypeSymbol)symbol, solution, cancellationToken).ConfigureAwait(false);