3 references to ESCAPED_BACKSLASH
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
477
if (!TargetPath.EndsWith(
ESCAPED_BACKSLASH
, StringComparison.Ordinal))
479
TargetPath +=
ESCAPED_BACKSLASH
;
483
int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(
ESCAPED_BACKSLASH
, StringComparison.Ordinal);