30 references to StringStartsWithIgnoreCase
System.Web (30)
Compilation\BuildManager.cs (1)
3054return StringUtil.StringStartsWithIgnoreCase(sourcePhysicalDir, destPhysicalDir);
Compilation\CodeDirectoryCompiler.cs (1)
117if (dirType != CodeDirectoryType.LocalResources && !StringUtil.StringStartsWithIgnoreCase(physicalDir, HttpRuntime.AppDomainAppPathInternal)) {
Compilation\WebReferencesBuildProvider.cs (1)
58Debug.Assert(StringUtil.StringStartsWithIgnoreCase(
Configuration\GlobalizationSection.cs (1)
249else if (StringUtil.StringStartsWithIgnoreCase(configCulture, HttpApplication.AutoCulture)) {
Configuration\HandlerBase.cs (1)
269if (!StringUtil.StringStartsWithIgnoreCase(value, "registry:")) {
ErrorFormatter.cs (2)
280if (StringUtil.StringStartsWithIgnoreCase(preferredRenderingType, "xhtml")) { 284else if (StringUtil.StringStartsWithIgnoreCase(preferredRenderingType, "wml")) {
FileChangesMonitor.cs (2)
947if (StringUtil.StringStartsWithIgnoreCase(fileName, FileChangesMonitor.s_dirsToMonitor[i])) { 1566if (StringUtil.StringStartsWithIgnoreCase(dirName, specialDirName)) {
Hosting\HostingEnvironment.cs (1)
1686StringUtil.StringStartsWithIgnoreCase(path, appPath)) {
Hosting\ISAPIApplicationHost.cs (1)
61if (StringUtil.StringStartsWithIgnoreCase(appIdOrVirtualPath, LMW3SVC_PREFIX)) {
HttpApplication.cs (2)
2638if (StringUtil.StringStartsWithIgnoreCase(culture, AutoCulture)) { 2651if (StringUtil.StringStartsWithIgnoreCase(uiCulture, AutoCulture))
HttpContext.cs (1)
2276else if(StringUtil.StringStartsWithIgnoreCase(configString, "auto:")) {
HttpRequest.cs (3)
383if (StringUtil.StringStartsWithIgnoreCase(contentType, "application/x-www-form-urlencoded")) { 402else if (StringUtil.StringStartsWithIgnoreCase(contentType, "multipart/form-data")) { 809if (!StringUtil.StringStartsWithIgnoreCase(ContentType, "multipart/form-data"))
HttpRuntime.cs (2)
1330!StringUtil.StringStartsWithIgnoreCase(globConfig.Culture, "auto")) 1334!StringUtil.StringStartsWithIgnoreCase(globConfig.UICulture, "auto"))
ImplicitAsyncPreloadModule.cs (2)
61|| ((isForm = StringUtil.StringStartsWithIgnoreCase(request.ContentType, "application/x-www-form-urlencoded")) 63|| ((isFormMultiPart = StringUtil.StringStartsWithIgnoreCase(request.ContentType, "multipart/form-data"))
OutputCacheModule.cs (1)
722if (StringUtil.StringStartsWithIgnoreCase(rangeHeader, "bytes")) {
StaticFileHandler.cs (1)
536if (StringUtil.StringStartsWithIgnoreCase(rangeHeader, "bytes")
UI\ControlBuilder.cs (1)
1068if (StringUtil.StringStartsWithIgnoreCase(name, "on")) {
UI\Page.cs (2)
3856else if(StringUtil.StringStartsWithIgnoreCase(value, HttpApplication.AutoCulture)) { 3926else if(StringUtil.StringStartsWithIgnoreCase(value, HttpApplication.AutoCulture)) {
UI\PageParser.cs (1)
381if(StringUtil.StringStartsWithIgnoreCase(value, HttpApplication.AutoCulture)) {
UI\Util.cs (1)
717else if (StringUtil.StringStartsWithIgnoreCase(input, XmlnsAttribute)) {
Util\UrlPath.cs (2)
510if (!StringUtil.StringStartsWithIgnoreCase(virtualPath1, virtualPath2)) { 578if (StringUtil.StringStartsWithIgnoreCase(applicationPath, virtualPath))