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)
59if (_ssrFramingCommentMarkup is null) 68writer.Write(_ssrFramingCommentMarkup); 187writer.Write(_ssrFramingCommentMarkup);