3 writes to assembly
System.Activities (3)
System\Activities\Expressions\AssemblyReference.cs (3)
53this.assembly = assembly; 69this.assembly = value; 105this.assembly = GetAssembly(this.AssemblyName);
2 references to assembly
System.Activities (2)
System\Activities\Expressions\AssemblyReference.cs (2)
63return this.assembly; 103if (AssemblyName != null && (this.assembly == null || !this.isImmutable))