3 writes to Length
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CodeNotifications_1.cs (3)
43v.Length = newLength; 78v.Length++; 143v.Length = newLength;
8 references to Length
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\CodeNotifications_1.cs (8)
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; 149/// <see cref="Length"/> reads and writes through the sentinel slot (index 0) via the 182uint length = Length;