4 references to new
Microsoft.AspNetCore.Http.Results (4)
ForbidHttpResult.cs (3)
30: this(authenticationSchemes, properties: null) 41: this(Array.Empty<string>(), properties) 53: this(new[] { authenticationScheme }, properties)
TypedResults.cs (1)
59=> new(authenticationSchemes: authenticationSchemes ?? Array.Empty<string>(), properties);