3 references to IsSupportedParameterType
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (2)
197
if (!
IsSupportedParameterType
(paramType.UnderlyingType) || paramType.UnderlyingType.IsArray)
242
return
IsSupportedParameterType
(type.GetElementType());
Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs (1)
153
if (!AttributeData.
IsSupportedParameterType
(type.UnderlyingType))