3 writes to Length
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CodeNotifications_1.cs (3)
43
v.
Length
= newLength;
78
v.
Length
++;
143
v.
Length
= newLength;
8 references to Length
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\CodeNotifications_1.cs (8)
37
uint newLength = v.
Length
;
56
uint firstFree = v.
Length
;
57
for (uint i = 0; i < v.
Length
; i++)
76
if (firstFree >= v.
Length
)
107
for (uint i = 0; i < v.
Length
; i++)
137
uint newLength = v.
Length
;
149
/// <see cref="
Length
"/> reads and writes through the sentinel slot (index 0) via the
182
uint length =
Length
;