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