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