1 instantiation of FormKeyCollection
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
117return new FormKeyCollection(foundKeys);
4 references to FormKeyCollection
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\Converters\DictionaryConverter.cs (1)
42var keys = context.GetKeys();
FormMapping\FormDataReader.cs (3)
108internal FormKeyCollection GetKeys() 120return FormKeyCollection.Empty; 290internal static readonly FormKeyCollection Empty;