1 write to regex
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
134
this.
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)
132
if (this.
regex
== null)
135
return this.
regex
;
137
return this.
regex
;