2 references to _requestItemsKey
System.Web.DynamicData (2)
DynamicData\DynamicDataRouteHandler.cs (2)
86Dictionary<long, string> virtualPathCache = (Dictionary<long, string>)httpContext.Items[_requestItemsKey]; 89httpContext.Items[_requestItemsKey] = virtualPathCache;