6 writes to BytesCommitted
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
265
BytesCommitted
= default;
323
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
334
BytesCommitted
+= BytesPending;
437
BytesCommitted
+= _arrayBufferWriter.WrittenCount;
448
BytesCommitted
+= BytesPending;
1089
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)
1132
private string DebuggerDisplay => $"BytesCommitted = {
BytesCommitted
} BytesPending = {BytesPending} CurrentDepth = {CurrentDepth}";