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