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