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