6 writes to BytesCommitted
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
371
BytesCommitted
= default;
427
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
438
BytesCommitted
+= BytesPending;
532
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
543
BytesCommitted
+= BytesPending;
1201
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
);
276
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
+ writer.BytesPending);
326
OnRootLevelAsyncSerializationCompleted(writer.
BytesCommitted
);
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1259
private string DebuggerDisplay => $"BytesCommitted = {
BytesCommitted
} BytesPending = {BytesPending} CurrentDepth = {CurrentDepth}";