13 references to EndsWith
mscorlib (13)
system\globalization\culturedata.cs (1)
1263if (this.SENGLISHLANGUAGE.EndsWith(')'))
system\io\directory.cs (4)
187if (fullPath.EndsWith( Path.DirectorySeparatorChar ) 188|| fullPath.EndsWith( Path.AltDirectorySeparatorChar ) ) 194if (!(fullPath.EndsWith( Path.DirectorySeparatorChar ) 195|| fullPath.EndsWith( Path.AltDirectorySeparatorChar )) )
system\io\directoryinfo.cs (4)
185if (s.Length > 3 && s.EndsWith(Path.DirectorySeparatorChar)) 650if (!fullDestDirName.EndsWith(Path.DirectorySeparatorChar)) 663if (FullPath.EndsWith(Path.DirectorySeparatorChar)) 752if (fullPath.EndsWith(Path.DirectorySeparatorChar))
system\io\isolatedstorage\isolatedstoragefile.cs (1)
607if (fullPath.EndsWith(Path.DirectorySeparatorChar)) {
system\security\util\stringexpressionset.cs (1)
758if (newPath.EndsWith(m_directorySeparator))
system\security\util\urlstring.cs (2)
752if (host.EndsWith('*')) 756return host == null || host.Length < 2 || !host.EndsWith(':') ||