1 override of LocalAssembly
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
107
public override Assembly
LocalAssembly
2 writes to LocalAssembly
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
115
base.
LocalAssembly
= result;
119
protected set { base.
LocalAssembly
= value; }
6 references to LocalAssembly
System.Xaml (6)
System\Xaml\Context\ObjectWriterContext.cs (1)
111
Assembly result = base.
LocalAssembly
;
System\Xaml\Context\XamlContext.cs (2)
260
if (xamlType is not null && !skipVisibilityCheck && !xamlType.IsVisibleTo(
LocalAssembly
))
371
if (xamlType is not null && !xamlType.IsVisibleTo(
LocalAssembly
))
System\Xaml\Context\XamlParserContext.cs (3)
124
if (member.IsWriteVisibleTo(
LocalAssembly
, allowProtectedForType))
133
return member.IsReadVisibleTo(
LocalAssembly
, allowProtectedForType);
297
return CurrentMember.IsWriteVisibleTo(
LocalAssembly
, allowProtectedForType);