2 references to FindKeysWithPrefix
System.Web (2)
ModelBinding\DictionaryHelpers.cs (1)
36
return
FindKeysWithPrefix
(dictionary, prefix).Any();
ModelBinding\ModelStateDictionary.cs (1)
122
return DictionaryHelpers.
FindKeysWithPrefix
(this, key).All(entry => entry.Value.Errors.Count == 0);