1 write to _locations
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
41_locations = locations;
9 references to _locations
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataValue.cs (9)
43if (_locations.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 50foreach (NativeVarLocation loc in _locations) 89if (_locations.Length != 1 || _locations[0].IsRegisterValue) 94*address = _locations[0].AddressOrValue; 162foreach (NativeVarLocation loc in _locations) 310*numLocs = (uint)_locations.Length; 339if (loc >= (uint)_locations.Length) 342NativeVarLocation location = _locations[loc];