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)
56switch (_type) 72throw new InvalidOperationException($"Unknown type {_type}");