2 references to _noValue
Microsoft.AspNetCore.Mvc.Abstractions (2)
Formatters\InputFormatterResult.cs (2)
14
private static readonly Task<InputFormatterResult> _noValueAsync = Task.FromResult(
_noValue
);
109
return
_noValue
;