4 writes to _modelStateNode
Microsoft.AspNetCore.Mvc.Abstractions (4)
ModelBinding\ModelStateDictionary.cs (4)
1023
_modelStateNode
= default!;
1058
_modelStateNode
= _rootNode;
1091
_modelStateNode
= currentChild;
1105
_modelStateNode
= default!;
2 references to _modelStateNode
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
1030
new KeyValuePair<string, ModelStateEntry>(
_modelStateNode
.Key,
_modelStateNode
);