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