2 references to SetOutputContentAsync
Microsoft.AspNetCore.Razor.Runtime.Test (2)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (2)
32
await Assert.ThrowsAsync<Exception>(async () => await executionContext.
SetOutputContentAsync
());
81
await executionContext.
SetOutputContentAsync
();