2 references to _availableTypeParameterNames
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\TypeParameterSubstitution.cs (2)
59
if (
_availableTypeParameterNames
.Contains(symbol.Name))
113
_project, commonType, _compilation,
_availableTypeParameterNames
, _cancellationToken).ConfigureAwait(false);