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;
7 references to Length
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\CodeNotifications_1.cs (7)
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
;
182
uint length =
Length
;