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