1 write to assemblyName
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (1)
130
this.
assemblyName
= this.assembly.GetName(true);
2 references to assemblyName
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (2)
129
if (this.
assemblyName
== null)
132
return this.
assemblyName
;