4 references to RemoveUnavailableTypeParameters
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.State.cs (1)
291
.
RemoveUnavailableTypeParameters
(compilation, allTypeParameters)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.SignatureInfo.cs (1)
153
return typeSymbol.
RemoveUnavailableTypeParameters
(compilation, allTypeParameters)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (2)
479
TypeMemberType = TypeMemberType.
RemoveUnavailableTypeParameters
(
488
LocalType = inferredType.
RemoveUnavailableTypeParameters
(compilation, combinedTypeParameters);