4 references to IsVisibleTo
System.Xaml (4)
System\Xaml\Schema\MemberReflector.cs (1)
278
if (!TypeReflector.
IsVisibleTo
(typeArg, accessingAssembly, schemaContext))
System\Xaml\Schema\TypeReflector.cs (2)
139
if (!
IsVisibleTo
(typeArg, accessingAssembly, schemaContext))
147
return
IsVisibleTo
(type.GetElementType(), accessingAssembly, schemaContext);
System\Xaml\XamlType.cs (1)
596
TypeReflector.
IsVisibleTo
(underlyingType, accessingAssembly, SchemaContext);