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