4 references to Normalize
System.Activities (4)
System\Activities\WorkflowIdentity.cs (4)
215return Normalize(name, paramName); 233return Normalize(package, paramName); 350this.name = Normalize(nameMatch.Value.TrimEnd(), paramName, this.throwOnError); 377this.package = Normalize(packageMatch.Value, paramName, this.throwOnError);