5 references to TrimDirectorySeparatorChar
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
453libraryPaths.Add(TrimDirectorySeparatorChar(System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory()));
AuthoringOM\Compiler\XomlCompilerParameters.cs (4)
245string runtimePath = XomlCompilerHelper.TrimDirectorySeparatorChar(RuntimeEnvironment.GetRuntimeDirectory()); 246this.netFxRuntimeRoot = XomlCompilerHelper.TrimDirectorySeparatorChar(Path.GetDirectoryName(runtimePath)); 274string refDir = XomlCompilerHelper.TrimDirectorySeparatorChar(refDirectories[j]); 293string dir = XomlCompilerHelper.TrimDirectorySeparatorChar(Path.GetDirectoryName(Path.GetFullPath(path)));