2 writes to Key
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
66Key = string.Empty 581current.Key = key;
2 references to Key
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
578if (current.Key == null) 1030new KeyValuePair<string, ModelStateEntry>(_modelStateNode.Key, _modelStateNode);