1 write to HasError
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterResult.cs (1)
18
HasError
= hasError;
6 references to HasError
Microsoft.AspNetCore.Mvc.Abstractions (5)
Formatters\InputFormatterResult.cs (5)
41
/// <c>null</c> if <see cref="
HasError
"/> is <c>true</c>.
51
/// operation failed i.e. with <see cref="
HasError
"/> <c>true</c>.
64
/// <see cref="IInputFormatter.ReadAsync"/> operation failed i.e. with <see cref="
HasError
"/> <c>true</c>.
78
/// operation succeeded i.e. with <see cref="
HasError
"/> <c>false</c>.
92
/// <see cref="IInputFormatter.ReadAsync"/> operation succeeded i.e. with <see cref="
HasError
"/> <c>false</c>.
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\BodyModelBinder.cs (1)
157
if (result.
HasError
)