2 references to IsValidAttributeParameterType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (2)
403
if (!paramType.Type.
IsValidAttributeParameterType
(Compilation))
669
if (!namedArgumentType.
IsValidAttributeParameterType
(Compilation))