1 write to trimCharsArray
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
440trimCharsArray = new char[] { Path.DirectorySeparatorChar };
2 references to trimCharsArray
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
438if (trimCharsArray == null) 442return dir.TrimEnd(trimCharsArray);