2 references to GetParameterTypes
Microsoft.CodeAnalysis.Features (2)
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.State.cs (2)
119
ParameterTypes = ParameterTypes.IsDefault ?
GetParameterTypes
(cancellationToken) : ParameterTypes;
345
if (
GetParameterTypes
(cancellationToken).Any(static t => !IsValidAttributeParameterType(t)))