1 write to _htmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponentResultExecutor.cs (1)
60_htmlEncoder = htmlEncoder;
2 references to _htmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponentResultExecutor.cs (2)
121await viewBuffer.WriteToAsync(writer, _htmlEncoder); 129viewComponentResult.WriteTo(intermediateWriter, _htmlEncoder);