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)
117
foreach (var kvp in
_readOnlyMemoryKeys
)
171
return
_readOnlyMemoryKeys
.Count > 0;
176
_prefixResolver = new PrefixResolver(
_readOnlyMemoryKeys
.Keys,
_readOnlyMemoryKeys
.Count);
239
var foundSingleValue =
_readOnlyMemoryKeys
.TryGetValue(new FormKey(_currentPrefixBuffer), out var result) || result.Count == 1;
253
_readOnlyMemoryKeys
.TryGetValue(new FormKey(_currentPrefixBuffer), out values);
317
$"Key count = {
_readOnlyMemoryKeys
.Count}, Prefix = {_currentPrefixBuffer}, Error count = {_errorCount}, Current depth = {_currentDepth}";