1 override of LocalAssembly
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
110
public override Assembly
LocalAssembly
2 writes to LocalAssembly
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
118
base.
LocalAssembly
= result;
122
protected set { base.
LocalAssembly
= value; }
6 references to LocalAssembly
System.Xaml (6)
System\Xaml\Context\ObjectWriterContext.cs (1)
114
Assembly result = base.
LocalAssembly
;
System\Xaml\Context\XamlContext.cs (2)
263
if (xamlType != null && !skipVisibilityCheck && !xamlType.IsVisibleTo(
LocalAssembly
))
374
if (xamlType != null && !xamlType.IsVisibleTo(
LocalAssembly
))
System\Xaml\Context\XamlParserContext.cs (3)
126
if (member.IsWriteVisibleTo(
LocalAssembly
, allowProtectedForType))
135
return member.IsReadVisibleTo(
LocalAssembly
, allowProtectedForType);
299
return CurrentMember.IsWriteVisibleTo(
LocalAssembly
, allowProtectedForType);