1 write to localAssembly
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
47
this.
localAssembly
= assembly;
5 references to localAssembly
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (5)
61
rawAssemblyLoaders[assembly] = new AssemblyLoader(this, assembly, this.
localAssembly
== assembly);
451
if (returnType == null && this.
localAssembly
!= null && assemblyName == this.
localAssembly
.FullName)
452
returnType = this.
localAssembly
.GetType(typeName);
604
return this.
localAssembly
;