4 writes to _type
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\Buffering\TextChunk.cs (4)
25
_type
= TextChunkType.String;
31
_type
= TextChunkType.Char;
42
_type
= TextChunkType.CharArraySegment;
50
_type
= TextChunkType.Int;
2 references to _type
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\TextChunk.cs (2)
56
switch (
_type
)
72
throw new InvalidOperationException($"Unknown type {
_type
}");