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