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