8 references to Length
System.Diagnostics.DiagnosticSource (8)
src\runtime\src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
69/// Does not ensure there is a null char after <see cref="Length"/>
System\Diagnostics\W3CPropagator.cs (7)
201int nextLength = vsb.Length + entry.Length + (vsb.Length > 0 ? 1 : 0); 207if (vsb.Length > 0) 222return vsb.Length > 0 ? vsb.ToString() : null; 264if (encodedBaggage.Length < MaxBaggageEncodedLength) 266lastGoodLength = encodedBaggage.Length; 269} while (e.MoveNext() && entriesCount < MaxBaggageEntriesToEmit && encodedBaggage.Length < MaxBaggageEncodedLength);