2 references to GetParameterTypes
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.State.cs (2)
117ParameterTypes = ParameterTypes.IsDefault ? GetParameterTypes(cancellationToken) : ParameterTypes; 354if (GetParameterTypes(cancellationToken).Any(static t => !IsValidAttributeParameterType(t)))