4 references to IsConstructible
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (1)
285
bool isConstructable = currentType.
IsConstructible
&& !currentType.ConstructionRequiresArguments;
System\Xaml\XamlObjectReader.cs (2)
1428
return type.
IsConstructible
&& !type.ConstructionRequiresArguments;
1712
if (!xamlType.
IsConstructible
)
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2685
Assert.Equal(expected, type.
IsConstructible
);