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