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