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