4 references to IsVisibleTo
System.Xaml (4)
System\Xaml\Context\XamlContext.cs (2)
271
if (xamlType is not null && !skipVisibilityCheck && !xamlType.
IsVisibleTo
(LocalAssembly))
389
if (xamlType is not null && !xamlType.
IsVisibleTo
(LocalAssembly))
System\Xaml\XamlObjectReader.cs (2)
1877
if(!owningType.
IsVisibleTo
(context.LocalAssembly))
2653
if(!result.
IsVisibleTo
(LocalAssembly) && !typeof(Type).IsAssignableFrom(clrType))