5 references to ConstructionRequiresArguments
System.Xaml (5)
System\Xaml\Parser\XamlPullParser.cs (1)
284bool isConstructable = currentType.IsConstructible && !currentType.ConstructionRequiresArguments;
System\Xaml\XamlObjectReader.cs (1)
1427return type.IsConstructible && !type.ConstructionRequiresArguments;
System\Xaml\XamlType.cs (1)
901if (!ConstructionRequiresArguments)
System\Xaml\XamlXmlWriter.cs (2)
1071if (containingType is not null && containingType.ConstructionRequiresArguments) 1179if (containingType is not null && containingType.ConstructionRequiresArguments)