4 references to IsPublicOrInternal
System.Xaml (4)
System\Xaml\Schema\CollectionReflector.cs (2)
303if (!TypeReflector.IsPublicOrInternal(method)) 340if (result != null && !TypeReflector.IsPublicOrInternal(result))
System\Xaml\XamlType.cs (2)
749return (defaultCtor == null) || !TypeReflector.IsPublicOrInternal(defaultCtor); 1450if (TypeReflector.IsPublicOrInternal(ctor))