1 write to assemblyName
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
81
this.
assemblyName
= value;
2 references to assemblyName
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Configuration.cs (2)
77
return this.
assemblyName
;
134
this.regex = new Regex(MakeRegex(string.Format(CultureInfo.InvariantCulture, "{0}.{1}, {2}", new object[] { this.namespaceName, this.typeName, this.
assemblyName
})), RegexOptions.Compiled);