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