4 references to EqualsIgnoreCase
System.Web (4)
Configuration\ExpressServerConfig.cs (1)
155else if (StringUtil.EqualsIgnoreCase(appRootRelativePath, 0, subVdir, 0, appRootRelativePath.Length)) {
Configuration\ProcessHostServerConfig.cs (1)
145else if (StringUtil.EqualsIgnoreCase(appRootRelativePath, 0, subVdir, 0, appRootRelativePath.Length)) {
HttpResponse.cs (1)
3259if (!StringUtil.EqualsIgnoreCase(virtualPath, 0, appPath, 0, compareLength)) {
Util\UrlPath.cs (1)
706if (!StringUtil.EqualsIgnoreCase(path, 0, subpath, 0, lPath))