Home
last modified time | relevance | path

Searched refs:stopOnIndexNotFound (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DDefaultModelBinder.cs367 …tatic void GetIndexes(ModelBindingContext bindingContext, out bool stopOnIndexNotFound, out IEnume… in GetIndexes() argument
374 stopOnIndexNotFound = false; in GetIndexes()
381 stopOnIndexNotFound = true; in GetIndexes()
548 bool stopOnIndexNotFound; in UpdateCollection()
550 GetIndexes(bindingContext, out stopOnIndexNotFound, out indexes); in UpdateCollection()
558 if (stopOnIndexNotFound) { in UpdateCollection()
593 bool stopOnIndexNotFound; in UpdateDictionary()
595 GetIndexes(bindingContext, out stopOnIndexNotFound, out indexes); in UpdateDictionary()
608 if (stopOnIndexNotFound) { in UpdateDictionary()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DDefaultModelBinder.cs426 …tatic void GetIndexes(ModelBindingContext bindingContext, out bool stopOnIndexNotFound, out IEnume… in GetIndexes() argument
436 stopOnIndexNotFound = false; in GetIndexes()
443 stopOnIndexNotFound = true; in GetIndexes()
646 bool stopOnIndexNotFound; in UpdateCollection()
648 GetIndexes(bindingContext, out stopOnIndexNotFound, out indexes); in UpdateCollection()
658 if (stopOnIndexNotFound) in UpdateCollection()
698 bool stopOnIndexNotFound; in UpdateDictionary()
700 GetIndexes(bindingContext, out stopOnIndexNotFound, out indexes); in UpdateDictionary()
715 if (stopOnIndexNotFound) in UpdateDictionary()