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