6 writes to BytesCommitted
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
412
BytesCommitted
= default;
468
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
479
BytesCommitted
+= BytesPending;
573
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
584
BytesCommitted
+= BytesPending;
1236
BytesCommitted
+= BytesPending;
5 references to BytesCommitted
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (4)
116
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
+ writer.BytesPending);
229
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
);
280
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
+ writer.BytesPending);
330
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
);
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1294
private string DebuggerDisplay => $"BytesCommitted = {
BytesCommitted
} BytesPending = {BytesPending} CurrentDepth = {CurrentDepth}";