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)
351
return
_cacheUrl
;
357
string rawUrl = GetRawUrlHelper(
_cacheUrl
);
1482
string cacheUrl =
_cacheUrl
;