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)
43
if (
_locations
.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0)
50
foreach (NativeVarLocation loc in
_locations
)
89
if (
_locations
.Length != 1 ||
_locations
[0].IsRegisterValue)
94
*address =
_locations
[0].AddressOrValue;
162
foreach (NativeVarLocation loc in
_locations
)
310
*numLocs = (uint)
_locations
.Length;
339
if (loc >= (uint)
_locations
.Length)
342
NativeVarLocation location =
_locations
[loc];