3 references to TrimEndChars
mscorlib (3)
system\io\filesystemenumerable.cs (1)
600String tempSearchPattern = searchPattern.TrimEnd(Path.TrimEndChars);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1253String tempSearchPattern = searchPattern.TrimEnd(Path.TrimEndChars);
system\io\path.cs (1)
518path = path.TrimEnd(TrimEndChars);