9 references to TextChunkType
Microsoft.AspNetCore.Components.Endpoints (9)
Rendering\Buffering\TextChunk.cs (9)
11private readonly TextChunkType _type; 25_type = TextChunkType.String; 31_type = TextChunkType.Char; 42_type = TextChunkType.CharArraySegment; 50_type = TextChunkType.Int; 58case TextChunkType.String: 60case TextChunkType.Char: 62case TextChunkType.CharArraySegment: 64case TextChunkType.Int: