1 write to _locations
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
60_locations = locations;
11 references to _locations
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataValue.cs (11)
62if (_locations.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 69foreach (NativeVarLocation loc in _locations) 110if (_locations.Length != 1 || _locations[0].IsRegisterValue) 115*address = _locations[0].AddressOrValue; 185foreach (NativeVarLocation loc in _locations) 458if (_locations.Length == 0 465NativeVarLocation currentLocation = _locations[0]; 1135*numLocs = (uint)_locations.Length; 1165if (loc >= (uint)_locations.Length) 1168NativeVarLocation location = _locations[loc];