6 references to StringEndsWith
System.Web (6)
Configuration\MachineKeySection.cs (4)
336bool fAppIdSpecific = StringUtil.StringEndsWith(strKey, ",IsolateByAppId"); 341bool fAppSpecific = StringUtil.StringEndsWith(strKey, ",IsolateApps"); 388fAppIdSpecific = StringUtil.StringEndsWith(strKey, ",IsolateByAppId"); 393fAppSpecific = StringUtil.StringEndsWith(strKey, ",IsolateApps");
Hosting\SimpleApplicationHost.cs (1)
39_appPhysicalPath = StringUtil.StringEndsWith(physicalPath, "\\") ? physicalPath : physicalPath + "\\";
Util\FileUtil.cs (1)
154if (!StringUtil.StringEndsWith(dir, @"\"))