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