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