6 references to RemoveUnavailableTypeParameters
Microsoft.CodeAnalysis.Features (6)
GenerateType\AbstractGenerateTypeService.GenerateNamedType.cs (2)
205
parameterType = parameterType.
RemoveUnavailableTypeParameters
(
301
return type.
RemoveUnavailableTypeParameters
(
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.State.cs (1)
289
.
RemoveUnavailableTypeParameters
(compilation, allTypeParameters)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.SignatureInfo.cs (1)
153
return typeSymbol.
RemoveUnavailableTypeParameters
(compilation, allTypeParameters)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (2)
475
TypeMemberType = TypeMemberType.
RemoveUnavailableTypeParameters
(
484
LocalType = inferredType.
RemoveUnavailableTypeParameters
(compilation, combinedTypeParameters);