src\roslyn\src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\TypeParameterSubstitution.cs (5)
113_project, commonType, _compilation, _availableTypeParameterNames, _cancellationToken).ConfigureAwait(false);
115var similarTypes = SymbolFinder.FindSimilarSymbols(substitutedType, _compilation, _cancellationToken);
119similarTypes = SymbolFinder.FindSimilarSymbols(commonType, _compilation, _cancellationToken);
130symbol, solution, transitive: true, projects, _cancellationToken).ConfigureAwait(false);
133symbol, solution, transitive: true, projects, _cancellationToken).ConfigureAwait(false);