1 write to throwOnError
System.Activities (1)
System\Activities\WorkflowIdentity.cs (1)
303
parser.
throwOnError
= throwOnError;
3 references to throwOnError
System.Activities (3)
System\Activities\WorkflowIdentity.cs (3)
350
this.name = Normalize(nameMatch.Value.TrimEnd(), paramName, this.
throwOnError
);
360
if (
throwOnError
)
377
this.package = Normalize(packageMatch.Value, paramName, this.
throwOnError
);