1 write to _formDictionaryKeysByPrefix
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
112
_formDictionaryKeysByPrefix
= ProcessFormKeys();
2 references to _formDictionaryKeysByPrefix
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\FormDataReader.cs (2)
110
if (
_formDictionaryKeysByPrefix
== null)
115
if (
_formDictionaryKeysByPrefix
.TryGetValue(new FormKey(_currentPrefixBuffer), out var foundKeys))