4 references to IsPublicOrInternal
System.Xaml (4)
System\Xaml\Schema\CollectionReflector.cs (2)
315
if (!TypeReflector.
IsPublicOrInternal
(method))
357
if (result is not null && !TypeReflector.
IsPublicOrInternal
(result))
System\Xaml\XamlType.cs (2)
796
return (defaultCtor is null) || !TypeReflector.
IsPublicOrInternal
(defaultCtor);
1555
if (TypeReflector.
IsPublicOrInternal
(ctor))