1 write to _cacheUrl
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
150_cacheUrl = (cacheUrlBufferSize <= 0) ? null : StringUtil.StringFromWCharPtr(cacheUrl, cacheUrlBufferSize);
3 references to _cacheUrl
System.Web (3)
Hosting\IIS7WorkerRequest.cs (3)
351return _cacheUrl; 357string rawUrl = GetRawUrlHelper(_cacheUrl); 1482string cacheUrl = _cacheUrl;