5 references to s_modelByContextType
System.Web.DynamicData (5)
DynamicData\MetaModel.cs (5)
618lock (s_modelByContextType) { 619s_modelByContextType.Add(contextType, model); 624model = (MetaModel)s_modelByContextType[contextType]; 637lock (s_modelByContextType) { 638s_modelByContextType.Clear();