17 references to StringEndsWith
System.Web (17)
Configuration\MetabaseServerConfig.cs (1)
255if (parentPath.Length > 1 && StringUtil.StringEndsWith(parentPath, '/')) { // Trim the extra trailing / if there is one
Configuration\ProcessHostMapPath.cs (1)
252if (parentPath.Length > 1 && StringUtil.StringEndsWith(parentPath, '/')) { // Trim the extra trailing / if there is one
FileChangesMonitor.cs (1)
1995if (StringUtil.StringEndsWith(dirRoot, '\\')) {
Hosting\AppDomainFactory.cs (1)
161if (!StringUtil.StringEndsWith(appPath, '\\')) {
Hosting\ApplicationHost.cs (1)
47if (!StringUtil.StringEndsWith(physicalDir, Path.DirectorySeparatorChar))
Hosting\ApplicationManager.cs (1)
891if (!StringUtil.StringEndsWith(physicalPath, Path.DirectorySeparatorChar))
Hosting\IIS7WorkerRequest.cs (1)
217!StringUtil.StringEndsWith(_appPathTranslated, '\\') )
Hosting\ISAPIWorkerRequest.cs (1)
1010if (_appPathTranslated != null && _appPathTranslated.Length > 2 && !StringUtil.StringEndsWith(_appPathTranslated, '\\'))
Hosting\ProcessHost.cs (2)
707if (!StringUtil.StringEndsWith(appPath, '\\')) { 927if (!StringUtil.StringEndsWith(physicalPath, '\\')) {
Hosting\SimpleWorkerRequest.cs (1)
411if (!StringUtil.StringEndsWith(_appPhysPath, '\\'))
httpserverutility.cs (1)
354if (StringUtil.StringEndsWith(virtualPath.VirtualPathString, '.'))
Management\SqlServices.cs (1)
548if (database != null && StringUtil.StringStartsWith(database, '[') && StringUtil.StringEndsWith(database, ']'))
StaticFileHandler.cs (1)
126if (StringUtil.StringEndsWith(virtualPathWithPathInfo, '/')) {
UI\CssTextWriter.cs (2)
440if (StringUtil.StringEndsWith(url, ')')) { 452if (StringUtil.StringStartsWith(urlValue, quote) && StringUtil.StringEndsWith(urlValue, quote)) {
UI\HtmlForm.cs (1)
404if (!StringUtil.StringEndsWith(formOnSubmit, ';')) {