3 writes to Result
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\ResourceInvoker.cs (3)
507
Result
= _resourceExecutingContext.Result,
555
Result
= _resourceExecutingContext.Result,
872
Result
= _result,
10 references to Result
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ResourceExecutedContext.cs (2)
108
/// The <see cref="
Result
"/> may be provided by execution of the action itself or by another
112
/// The <see cref="
Result
"/> has already been written to the response before being made available
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
719
Assert.Same(expected, context.
Result
);
Microsoft.AspNetCore.Mvc.Core.TestCommon (6)
CommonResourceInvokerTest.cs (6)
1229
Assert.Same(Result, context.
Result
);
1266
Assert.Same(expected, context.
Result
);
1305
Assert.Same(expected, context.
Result
);
1569
Assert.Same(expected.Object, context.
Result
);
1616
Assert.Null(context.
Result
);
1666
Assert.Same(expected.Object, context.
Result
);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
1248
Assert.Same(expected, context.
Result
);