1 instantiation of FormKeyCollection
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
156
? new
FormKeyCollection
(result)
4 references to FormKeyCollection
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\Converters\DictionaryConverter.cs (1)
42
var
keys = context.GetKeys();
FormMapping\FormDataReader.cs (3)
110
internal
FormKeyCollection
GetKeys()
157
:
FormKeyCollection
.Empty;
283
internal static readonly
FormKeyCollection
Empty;