4 references to paramName
System.Activities (4)
System\Activities\WorkflowIdentity.cs (4)
297throw FxTrace.Exception.Argument(paramName, SR.IdentityControlCharacter); 312throw FxTrace.Exception.Argument(paramName, SR.BadWorkflowIdentityFormat); 350this.name = Normalize(nameMatch.Value.TrimEnd(), paramName, this.throwOnError); 377this.package = Normalize(packageMatch.Value, paramName, this.throwOnError);