5 references to SuccessAsync
FormatterWebSite (1)
StringInputFormatter.cs (1)
26return await InputFormatterResult.SuccessAsync(stringContent);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\InputFormatter.cs (1)
104return InputFormatterResult.SuccessAsync(GetDefaultValueForType(context.ModelType));
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\TextInputFormatterTest.cs (1)
223return InputFormatterResult.SuccessAsync(_object);
ModelBinding\Binders\BodyModelBinderTests.cs (2)
29.Returns(InputFormatterResult.SuccessAsync(new Person())) 763return InputFormatterResult.SuccessAsync(this);