2 writes to _ssrFramingCommentMarkup
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
34
_ssrFramingCommentMarkup
= $"<!--{id}-->";
38
_ssrFramingCommentMarkup
= string.Empty;
3 references to _ssrFramingCommentMarkup
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
59
if (
_ssrFramingCommentMarkup
is null)
68
writer.Write(
_ssrFramingCommentMarkup
);
187
writer.Write(
_ssrFramingCommentMarkup
);