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