2 references to s_mappingKey
System.Web.DynamicData (2)
DynamicData\Util\MetaTableHelper.cs (2)
19Dictionary<object, MappingInfo> mapping = httpContext.Items[s_mappingKey] as Dictionary<object, MappingInfo>; 22httpContext.Items[s_mappingKey] = mapping;