1 write to _availableTypeParameterNames
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateParameterizedMember\TypeParameterSubstitution.cs (1)
48
_availableTypeParameterNames
= availableTypeParameterNames;
2 references to _availableTypeParameterNames
Microsoft.CodeAnalysis.Features (2)
GenerateMember\GenerateParameterizedMember\TypeParameterSubstitution.cs (2)
70
if (
_availableTypeParameterNames
.Contains(symbol.Name))
124
_project, commonType, _compilation,
_availableTypeParameterNames
, _cancellationToken).ConfigureAwait(false);