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