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