2 writes to isLocalAssembly
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (2)
18
this.
isLocalAssembly
= false;
83
this.
isLocalAssembly
= isLocalAssembly;
2 references to isLocalAssembly
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (2)
102
if ((type != null) && (type.IsPublic || type.IsNestedPublic || (this.
isLocalAssembly
&& type.Attributes != TypeAttributes.NestedPrivate)))
117
if (type.IsPublic || (this.
isLocalAssembly
&& type.Attributes != TypeAttributes.NestedPrivate))