Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
It's hard to tell what Context.WriteAsync() does in the following example unless one looks at the implementations.
private async Task WriteJsonObjectStartAsync(CancellationToken cancellationToken) { await Context.WriteAsync(cancellationToken); await Trans.WriteAsync(TJSONProtocolConstants.LeftBrace, cancellationToken); PushContext(new JSONPairContext(this)); }
Attachments
Issue Links
- links to