1 write to match
System.Activities (1)
System\Activities\WorkflowIdentity.cs (1)
304
parser.
match
= identityString.Match(identity.Trim());
4 references to match
System.Activities (4)
System\Activities\WorkflowIdentity.cs (4)
306
if (parser.
match
.Success)
348
Group nameMatch = this.
match
.Groups["name"];
356
Group versionMatch = this.
match
.Groups["version"];
374
Group packageMatch =
match
.Groups["package"];