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)
62
if (
_locations
.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0)
69
foreach (NativeVarLocation loc in
_locations
)
110
if (
_locations
.Length != 1 ||
_locations
[0].IsRegisterValue)
115
*address =
_locations
[0].AddressOrValue;
185
foreach (NativeVarLocation loc in
_locations
)
458
if (
_locations
.Length == 0
465
NativeVarLocation currentLocation =
_locations
[0];
1135
*numLocs = (uint)
_locations
.Length;
1165
if (loc >= (uint)
_locations
.Length)
1168
NativeVarLocation location =
_locations
[loc];