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)
58
if (
_locations
.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0)
65
foreach (NativeVarLocation loc in
_locations
)
104
if (
_locations
.Length != 1 ||
_locations
[0].IsRegisterValue)
109
*address =
_locations
[0].AddressOrValue;
177
foreach (NativeVarLocation loc in
_locations
)
402
if (
_locations
.Length == 0
409
NativeVarLocation currentLocation =
_locations
[0];
1062
*numLocs = (uint)
_locations
.Length;
1091
if (loc >= (uint)
_locations
.Length)
1094
NativeVarLocation location =
_locations
[loc];