3 writes to Length
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CodeNotifications_1.cs (3)
43v.Length = newLength; 78v.Length++; 143v.Length = newLength;
7 references to Length
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\CodeNotifications_1.cs (7)
37uint newLength = v.Length; 56uint firstFree = v.Length; 57for (uint i = 0; i < v.Length; i++) 76if (firstFree >= v.Length) 107for (uint i = 0; i < v.Length; i++) 137uint newLength = v.Length; 182uint length = Length;