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)
121
await viewBuffer.WriteToAsync(writer,
_htmlEncoder
);
129
viewComponentResult.WriteTo(intermediateWriter,
_htmlEncoder
);