5 references to ConstructionRequiresArguments
System.Xaml (5)
System\Xaml\Parser\XamlPullParser.cs (1)
270
bool isConstructable = currentType.IsConstructible && !currentType.
ConstructionRequiresArguments
;
System\Xaml\XamlObjectReader.cs (1)
1423
return type.IsConstructible && !type.
ConstructionRequiresArguments
;
System\Xaml\XamlType.cs (1)
844
if (!
ConstructionRequiresArguments
)
System\Xaml\XamlXmlWriter.cs (2)
1057
if (containingType is not null && containingType.
ConstructionRequiresArguments
)
1165
if (containingType is not null && containingType.
ConstructionRequiresArguments
)