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