1 write to _locations
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
56_locations = locations;
11 references to _locations
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataValue.cs (11)
58if (_locations.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 65foreach (NativeVarLocation loc in _locations) 104if (_locations.Length != 1 || _locations[0].IsRegisterValue) 109*address = _locations[0].AddressOrValue; 177foreach (NativeVarLocation loc in _locations) 402if (_locations.Length == 0 409NativeVarLocation currentLocation = _locations[0]; 1062*numLocs = (uint)_locations.Length; 1091if (loc >= (uint)_locations.Length) 1094NativeVarLocation location = _locations[loc];