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)
201
int nextLength = vsb.
Length
+ entry.Length + (vsb.
Length
> 0 ? 1 : 0);
207
if (vsb.
Length
> 0)
222
return vsb.
Length
> 0 ? vsb.ToString() : null;
264
if (encodedBaggage.
Length
< MaxBaggageEncodedLength)
266
lastGoodLength = encodedBaggage.
Length
;
269
} while (e.MoveNext() && entriesCount < MaxBaggageEntriesToEmit && encodedBaggage.
Length
< MaxBaggageEncodedLength);