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