4 references to GetChildContentAsync
Microsoft.AspNetCore.Razor (3)
TagHelpers\TagHelperOutput.cs (3)
227return GetChildContentAsync(useCachedResult: true, encoder: null); 240return GetChildContentAsync(useCachedResult, encoder: null); 258return GetChildContentAsync(useCachedResult: true, encoder: encoder);
Microsoft.AspNetCore.Razor.Test (1)
TagHelpers\TagHelperOutputTest.cs (1)
196var result = await output.GetChildContentAsync(useCachedResult, encoder);