6 references to Empty
Microsoft.AspNetCore.Antiforgery.Test (2)
DefaultAntiforgeryTokenStoreTest.cs (2)
78
httpContext.Request.Form = FormCollection.
Empty
;
273
httpContext.Request.Form = FormCollection.
Empty
;
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormDataProvider.cs (1)
21
public IFormFileCollection FormFiles => _formFiles ?? (IFormFileCollection)FormCollection.
Empty
;
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (2)
196
return FormCollection.
Empty
;
328
Form = FormCollection.
Empty
;
Microsoft.AspNetCore.Http.Tests (1)
Features\FormFeatureTests.cs (1)
25
Assert.Same(FormCollection.
Empty
, formCollection);