2 references to GetIdForParameterAsync
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (1)
312
var id = await GraphNodeIdCreation.
GetIdForParameterAsync
(parameterSymbol, solution, cancellationToken).ConfigureAwait(false);
Progression\GraphNodeCreation.cs (1)
51
return await GraphNodeIdCreation.
GetIdForParameterAsync
((IParameterSymbol)symbol, solution, cancellationToken).ConfigureAwait(false);