1 override of LocalAssembly
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
108public override Assembly LocalAssembly
2 writes to LocalAssembly
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
116base.LocalAssembly = result; 121protected set { base.LocalAssembly = value; }
6 references to LocalAssembly
System.Xaml (6)
System\Xaml\Context\ObjectWriterContext.cs (1)
112Assembly result = base.LocalAssembly;
System\Xaml\Context\XamlContext.cs (2)
270if (xamlType is not null && !skipVisibilityCheck && !xamlType.IsVisibleTo(LocalAssembly)) 388if (xamlType is not null && !xamlType.IsVisibleTo(LocalAssembly))
System\Xaml\Context\XamlParserContext.cs (3)
127if (member.IsWriteVisibleTo(LocalAssembly, allowProtectedForType)) 136return member.IsReadVisibleTo(LocalAssembly, allowProtectedForType); 301return CurrentMember.IsWriteVisibleTo(LocalAssembly, allowProtectedForType);