6 writes to BytesCommitted
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
365
BytesCommitted
= default;
421
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
432
BytesCommitted
+= BytesPending;
526
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
537
BytesCommitted
+= BytesPending;
1189
BytesCommitted
+= BytesPending;
5 references to BytesCommitted
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (4)
115
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
+ writer.BytesPending);
228
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
);
279
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
+ writer.BytesPending);
329
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
);
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1247
private string DebuggerDisplay => $"BytesCommitted = {
BytesCommitted
} BytesPending = {BytesPending} CurrentDepth = {CurrentDepth}";