5 references to Success
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterResult.cs (1)
96return Task.FromResult(Success(model));
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
109return InputFormatterResult.Success(model);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
157return InputFormatterResult.Success(deserializedObject);
XmlSerializerInputFormatter.cs (1)
141return InputFormatterResult.Success(deserializedObject);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
188return InputFormatterResult.Success(model);