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