1 write to localAssembly
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
145
this.
localAssembly
= value;
4 references to localAssembly
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (4)
141
return this.
localAssembly
;
156
string assemblyName = (type.Assembly != null && type.Assembly != this.
localAssembly
) ? type.Assembly.FullName : String.Empty;
226
if (this.
localAssembly
!= null)
227
resolvedType = this.
localAssembly
.GetType(fullTypeName);