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