2 writes to _ssrFramingCommentMarkup
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
36_ssrFramingCommentMarkup = $"<!--{id}-->"; 40_ssrFramingCommentMarkup = string.Empty;
3 references to _ssrFramingCommentMarkup
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
61if (_ssrFramingCommentMarkup is null) 70writer.Write(_ssrFramingCommentMarkup); 189writer.Write(_ssrFramingCommentMarkup);