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