4 references to IsPublicOrInternal
System.Xaml (4)
System\Xaml\Schema\CollectionReflector.cs (2)
314
if (!TypeReflector.
IsPublicOrInternal
(method))
356
if (result is not null && !TypeReflector.
IsPublicOrInternal
(result))
System\Xaml\XamlType.cs (2)
795
return (defaultCtor is null) || !TypeReflector.
IsPublicOrInternal
(defaultCtor);
1554
if (TypeReflector.
IsPublicOrInternal
(ctor))