2 writes to _ssrFramingCommentMarkup
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
35_ssrFramingCommentMarkup = $"<!--{id}-->"; 39_ssrFramingCommentMarkup = string.Empty;
3 references to _ssrFramingCommentMarkup
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
60if (_ssrFramingCommentMarkup is null) 69writer.Write(_ssrFramingCommentMarkup); 188writer.Write(_ssrFramingCommentMarkup);