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)
110if (_formDictionaryKeysByPrefix == null) 115if (_formDictionaryKeysByPrefix.TryGetValue(new FormKey(_currentPrefixBuffer), out var foundKeys))