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