4 references to AreInternalsVisibleTo
System.Xaml (4)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
474
bool areInternalsVisible = _schemaContext.
AreInternalsVisibleTo
(
System\Xaml\Schema\MemberReflector.cs (2)
234
return schemaContext.
AreInternalsVisibleTo
(
266
return schemaContext.
AreInternalsVisibleTo
(
System\Xaml\Schema\TypeReflector.cs (1)
131
!schemaContext.
AreInternalsVisibleTo
(type.Assembly, accessingAssembly))