1 write to _readOnlyMemoryKeys
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
32
_readOnlyMemoryKeys
= formCollection;
7 references to _readOnlyMemoryKeys
Microsoft.AspNetCore.Components.Endpoints (7)
FormMapping\FormDataReader.cs (7)
126
var keys =
_readOnlyMemoryKeys
.Keys;
178
return
_readOnlyMemoryKeys
.Count > 0;
183
_prefixResolver = new PrefixResolver(
_readOnlyMemoryKeys
.Keys,
_readOnlyMemoryKeys
.Count);
246
var foundSingleValue =
_readOnlyMemoryKeys
.TryGetValue(new FormKey(_currentPrefixBuffer), out var result) || result.Count == 1;
260
_readOnlyMemoryKeys
.TryGetValue(new FormKey(_currentPrefixBuffer), out values);
324
$"Key count = {
_readOnlyMemoryKeys
.Count}, Prefix = {_currentPrefixBuffer}, Error count = {_errorCount}, Current depth = {_currentDepth}";