199 references to Constants
Microsoft.Diagnostics.DataContractReader.Contracts (156)
Contracts\AuxiliarySymbols_1.cs (2)
23
TargetPointer helperArrayPtr = _target.ReadGlobalPointer(
Constants
.Globals.AuxiliarySymbols);
24
uint helperCount = _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.AuxiliarySymbolCount));
Contracts\BuiltInCOM_1.cs (5)
72
TargetPointer tearOffAddRef = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.TearOffAddRef));
73
TargetPointer tearOffSimple = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.TearOffAddRefSimple));
74
TargetPointer tearOffSimpleInner = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.TearOffAddRefSimpleInner));
80
ulong thisMask = _target.ReadGlobal<ulong>(
Constants
.Globals.CCWThisMask);
206
TargetPointer globalPtr = _target.ReadGlobalPointer(
Constants
.Globals.RCWCleanupList);
Contracts\CodeNotifications_1.cs (3)
175
public uint Capacity => _target.ReadGlobal<uint>(
Constants
.Globals.JITNotificationTableSize);
214
TargetPointer globalAddr = _target.ReadGlobalPointer(
Constants
.Globals.JITNotificationTable);
234
uint capacity = _target.ReadGlobal<uint>(
Constants
.Globals.JITNotificationTableSize);
Contracts\ComWrappers_1.cs (2)
59
if (!_target.TryReadGlobalPointer(
Constants
.Globals.ComWrappersVtablePtrs, out TargetPointer? comWrappersVtablePtrs))
69
if (!_target.TryReadPointer(ccw & _target.ReadGlobalPointer(
Constants
.Globals.DispatchThisPtrMask), out TargetPointer MOWWrapper))
Contracts\DacStreams_1.cs (2)
60
TargetPointer miniMetaDataBuffAddress = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.MiniMetaDataBuffAddress));
61
uint miniMetaDataBuffMaxSize = target.Read<uint>(target.ReadGlobalPointer(
Constants
.Globals.MiniMetaDataBuffMaxSize));
Contracts\Debugger_1.cs (5)
25
TargetPointer debuggerPtrPtr = _target.ReadGlobalPointer(
Constants
.Globals.Debugger);
46
TargetPointer addr = _target.ReadGlobalPointer(
Constants
.Globals.CLRJitAttachState);
52
TargetPointer addr = _target.ReadGlobalPointer(
Constants
.Globals.CORDebuggerControlFlags);
59
TargetPointer addr = _target.ReadGlobalPointer(
Constants
.Globals.CORDebuggerControlFlags);
73
if (_target.TryReadGlobalPointer(
Constants
.Globals.MetadataUpdatesApplied, out TargetPointer? addr))
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
15
TargetPointer addr = target.ReadGlobalPointer(
Constants
.Globals.ExecutionManagerCodeRangeMapAddress);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
15
TargetPointer addr = target.ReadGlobalPointer(
Constants
.Globals.ExecutionManagerCodeRangeMapAddress);
Contracts\ExecutionManager\ExecutionManagerCore.cs (5)
145
byte stubCodeBlockLast = target.ReadGlobal<byte>(
Constants
.Globals.StubCodeBlockLast);
283
if (_target.ReadGlobal<byte>(
Constants
.Globals.FeaturePortableEntrypoints) != 0)
420
TargetPointer eeJitManagerPtr = _target.ReadGlobalPointer(
Constants
.Globals.EEJitManagerAddress);
497
_target.ReadGlobalPointer(
Constants
.Globals.ObjectMethodTable));
542
_target.ReadGlobalPointer(
Constants
.Globals.ObjectMethodTable));
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (2)
109
bool featureOnStackReplacement = Target.ReadGlobal<byte>(
Constants
.Globals.FeatureOnStackReplacement) != 0;
144
gcVersion = Target.ReadGlobal<uint>(
Constants
.Globals.GCInfoVersion);
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
104
gcVersion = Target.ReadGlobal<uint>(
Constants
.Globals.GCInfoVersion);
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (1)
26
_valueMask = target.ReadGlobal<ulong>(
Constants
.Globals.HashMapValueMask);
Contracts\GC\GC_1.cs (42)
51
_handlesPerBlock = target.ReadGlobal<uint>(
Constants
.Globals.HandlesPerBlock);
52
_blockInvalid = target.ReadGlobal<byte>(
Constants
.Globals.BlockInvalid);
53
_debugDestroyedHandleValue = target.ReadGlobalPointer(
Constants
.Globals.DebugDestroyedHandleValue);
54
_handleMaxInternalTypes = target.ReadGlobal<uint>(
Constants
.Globals.HandleMaxInternalTypes);
55
_handleSegmentSize = target.ReadGlobal<uint>(
Constants
.Globals.HandleSegmentSize);
60
string gcIdentifiers = _target.ReadGlobalString(
Constants
.Globals.GCIdentifiers);
71
TargetPointer pNumHeaps = _target.ReadGlobalPointer(
Constants
.Globals.NumHeaps);
80
TargetPointer pInvalidCount = _target.ReadGlobalPointer(
Constants
.Globals.StructureInvalidCount);
87
TargetPointer pMaxGeneration = _target.ReadGlobalPointer(
Constants
.Globals.MaxGeneration);
93
minAddr = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.GCLowestAddress));
94
maxAddr = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.GCHighestAddress));
101
return _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.CurrentGCState));
109
mode = _target.Read<int>(_target.ReadGlobalPointer(
Constants
.Globals.DynamicAdaptationMode));
132
if (!_target.TryReadGlobalPointer(
Constants
.Globals.GCGlobalMechanisms, out TargetPointer? globalMechanismsArrayStart))
134
uint globalMechanismsLength = _target.ReadGlobal<uint>(
Constants
.Globals.GlobalMechanismsLength);
144
TargetPointer heapTable = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.Heaps));
192
_target.ReadGlobal<uint>(
Constants
.Globals.InterestingDataLength))
196
_target.ReadGlobal<uint>(
Constants
.Globals.CompactReasonsLength))
200
_target.ReadGlobal<uint>(
Constants
.Globals.ExpandMechanismsLength))
204
_target.ReadGlobal<uint>(
Constants
.Globals.InterestingMechanismBitsLength))
211
uint generationTableLength = _target.ReadGlobal<uint>(
Constants
.Globals.TotalGenerationCount);
232
uint fillPointersLength = _target.ReadGlobal<uint>(
Constants
.Globals.CFinalizeFillPointersLength);
253
TargetPointer oomHistory = _target.ReadGlobalPointer(
Constants
.Globals.GCHeapOomData);
283
TargetPointer globalAllocContextAddress = _target.ReadGlobalPointer(
Constants
.Globals.GlobalAllocContext);
323
TargetPointer handleTableMap = _target.ReadGlobalPointer(
Constants
.Globals.HandleTableMap);
328
GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.TotalCpuCount)),
456
if (_target.ReadGlobal<byte>(
Constants
.Globals.FeatureCOMInterop) != 0 || _target.ReadGlobal<byte>(
Constants
.Globals.FeatureComWrappers) != 0 || _target.ReadGlobal<byte>(
Constants
.Globals.FeatureObjCMarshal) != 0)
460
if (_target.ReadGlobal<byte>(
Constants
.Globals.FeatureJavaMarshal) != 0)
569
if (_target.ReadGlobal<byte>(
Constants
.Globals.FeatureCOMInterop) != 0 && IsRefCounted(type))
593
GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.TotalCpuCount)),
598
TargetPointer handleTableMap = _target.ReadGlobalPointer(
Constants
.Globals.HandleTableMap);
645
TargetPointer bookkeepingStartGlobal = _target.ReadGlobalPointer(
Constants
.Globals.BookkeepingStart);
653
uint cardTableInfoSize = _target.ReadGlobal<uint>(
Constants
.Globals.CardTableInfoSize);
704
if (_target.TryReadGlobal<uint>(
Constants
.Globals.CountFreeRegionKinds, out uint? freeRegionKindsValue))
712
if (_target.TryReadGlobalPointer(
Constants
.Globals.GlobalFreeHugeRegions, out TargetPointer? globalFreeHugePtr))
718
if (_target.TryReadGlobalPointer(
Constants
.Globals.GlobalRegionsToDecommit, out TargetPointer? globalDecommitPtr))
730
TargetPointer heapTable = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.Heaps));
758
if (_target.TryReadGlobalPointer(
Constants
.Globals.GCHeapFreeRegions, out TargetPointer? freeRegionsPtr))
767
if (_target.TryReadGlobalPointer(
Constants
.Globals.GCHeapFreeableSohSegment, out TargetPointer? freeableSohPtr))
774
if (_target.TryReadGlobalPointer(
Constants
.Globals.GCHeapFreeableUohSegment, out TargetPointer? freeableUohPtr))
Contracts\GC\GCHeapWKS.cs (22)
10
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapMarkArray, out TargetPointer? markArrayPtr))
12
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapNextSweepObj, out TargetPointer? nextSweepObjPtr))
14
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapBackgroundMinSavedAddr, out TargetPointer? bgMinPtr))
16
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapBackgroundMaxSavedAddr, out TargetPointer? bgMaxPtr))
18
AllocAllocated = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.GCHeapAllocAllocated));
19
EphemeralHeapSegment = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.GCHeapEphemeralHeapSegment));
20
CardTable = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.GCHeapCardTable));
21
FinalizeQueue = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.GCHeapFinalizeQueue));
22
GenerationTable = target.ReadGlobalPointer(
Constants
.Globals.GCHeapGenerationTable);
24
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapSavedSweepEphemeralSeg, out TargetPointer? savedSweepEphemeralSegPtr))
26
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapSavedSweepEphemeralStart, out TargetPointer? savedSweepEphemeralStartPtr))
29
OomData = target.ProcessedData.GetOrAdd<Data.OomHistory>(target.ReadGlobalPointer(
Constants
.Globals.GCHeapOomData));
31
InternalRootArray = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.GCHeapInternalRootArray));
32
InternalRootArrayIndex = target.ReadNUInt(target.ReadGlobalPointer(
Constants
.Globals.GCHeapInternalRootArrayIndex));
33
HeapAnalyzeSuccess = target.Read<int>(target.ReadGlobalPointer(
Constants
.Globals.GCHeapHeapAnalyzeSuccess)) != 0;
35
InterestingData = target.ReadGlobalPointer(
Constants
.Globals.GCHeapInterestingData);
36
CompactReasons = target.ReadGlobalPointer(
Constants
.Globals.GCHeapCompactReasons);
37
ExpandMechanisms = target.ReadGlobalPointer(
Constants
.Globals.GCHeapExpandMechanisms);
38
InterestingMechanismBits = target.ReadGlobalPointer(
Constants
.Globals.GCHeapInterestingMechanismBits);
40
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapFreeableSohSegment, out TargetPointer? freeableSohSegPtr))
42
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapFreeableUohSegment, out TargetPointer? freeableUohSegPtr))
44
if (target.TryReadGlobalPointer(
Constants
.Globals.GCHeapFreeRegions, out TargetPointer? freeRegionsPtr))
Contracts\Loader_1.cs (5)
144
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
151
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
426
TargetPointer configPtr = _target.ReadGlobalPointer(
Constants
.Globals.EEConfig);
588
TargetPointer systemDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.SystemDomain);
595
TargetPointer systemDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.SystemDomain);
Contracts\Notifications_1.cs (1)
30
TargetPointer pGcNotificationFlags = _target.ReadGlobalPointer(
Constants
.Globals.GcNotificationFlags);
Contracts\Object_1.cs (8)
25
_objectToMethodTableUnmask = target.ReadGlobal<byte>(
Constants
.Globals.ObjectToMethodTableUnmask);
26
_stringMethodTable = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.StringMethodTable));
27
_syncBlockIsHashOrSyncBlockIndex = target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockIsHashOrSyncBlockIndex);
28
_syncBlockIsHashCode = target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockIsHashCode);
29
_syncBlockHashCodeMask = target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockHashCodeMask);
30
_syncBlockIndexMask = target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockIndexMask);
86
boundsStart = address + (ulong)arrayTypeInfo.Fields[
Constants
.FieldNames.Array.NumComponents].Offset;
87
lowerBounds = _target.ReadGlobalPointer(
Constants
.Globals.ArrayBoundsZero);
Contracts\PlatformMetadata_1.cs (1)
16
TargetPointer cdacMetadataAddress = target.ReadGlobalPointer(
Constants
.Globals.PlatformMetadata);
Contracts\ReJIT_1.cs (1)
36
TargetPointer profControlBlockAddress = target.ReadGlobalPointer(
Constants
.Globals.ProfilerControlBlock);
Contracts\RuntimeInfo_1.cs (3)
19
if (_target.TryReadGlobalString(
Constants
.Globals.Architecture, out string? arch))
32
if (_target.TryReadGlobalString(
Constants
.Globals.OperatingSystem, out string? os))
47
_target.TryReadGlobal(
Constants
.Globals.RecommendedReaderVersion, out uint? runtimeVersion);
Contracts\RuntimeTypeSystem_1.cs (10)
234
int tokenRemainderBitCount = target.ReadGlobal<byte>(
Constants
.Globals.MethodDescTokenRemainderBitCount);
331
ulong chunkSize = (ulong)(_chunk.Size + 1) * _target.ReadGlobal<ulong>(
Constants
.Globals.MethodDescAlignment);
435
target.ReadGlobalPointer(
Constants
.Globals.FreeObjectMethodTable));
437
target.ReadGlobalPointer(
Constants
.Globals.ContinuationMethodTable));
438
_methodDescAlignment = target.ReadGlobal<ulong>(
Constants
.Globals.MethodDescAlignment);
930
uint arrayBaseSize = _target.ReadGlobal<uint>(
Constants
.Globals.ArrayBaseSize);
1058
TargetPointer coreLib = _target.ReadGlobalPointer(
Constants
.Globals.CoreLib);
1082
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
2025
if (fieldDesc.DWord2 == _target.ReadGlobal<uint>(
Constants
.Globals.FieldOffsetBigRVA))
2077
if (offset == _target.ReadGlobal<uint>(
Constants
.Globals.FieldOffsetDynamicRVA))
Contracts\StressLog.cs (11)
22
uint validSig = target.ReadGlobal<uint>(
Constants
.Globals.StressLogValidChunkSig);
26
public bool HasStressLog() => target.ReadGlobal<byte>(
Constants
.Globals.StressLogEnabled) != 0;
35
return GetStressLogData(target.ReadGlobalPointer(
Constants
.Globals.StressLog));
96
if (target.ReadGlobal<byte>(
Constants
.Globals.StressLogHasModuleTable) == 0)
98
Data.StressLog stressLog = target.ProcessedData.GetOrAdd<Data.StressLog>(target.ReadGlobalPointer(
Constants
.Globals.StressLog));
103
if (!target.TryReadGlobalPointer(
Constants
.Globals.StressLogModuleTable, out moduleTable))
105
if (!target.TryReadGlobalPointer(
Constants
.Globals.StressLog, out TargetPointer? pStressLog))
113
uint maxModules = target.ReadGlobal<uint>(
Constants
.Globals.StressLogMaxModules);
138
uint chunkSize = target.ReadGlobal<uint>(
Constants
.Globals.StressLogChunkSize);
145
currentPointer = new TargetPointer((ulong)currentPointer - target.ReadGlobal<ulong>(
Constants
.Globals.StressLogMaxMessageSize));
177
&& p - currentChunkData.Buf < target.ReadGlobal<ulong>(
Constants
.Globals.StressLogMaxMessageSize))
Contracts\SyncBlock_1.cs (6)
22
_syncTableEntries = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.SyncTableEntries));
45
TargetPointer syncBlockCache = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.SyncBlockCache));
81
owningThreadId = sb.ThinLock & _target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockMaskLockThreadId);
85
recursion = (sb.ThinLock & _target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockMaskLockRecursionLevel)) >> (int)_target.ReadGlobal<uint>(
Constants
.Globals.SyncBlockRecursionLevelShift);
104
TargetPointer syncBlockCache = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.SyncBlockCache));
Contracts\Thread_1.cs (7)
45
_threadStoreAddr = target.ReadPointer(target.ReadGlobalPointer(
Constants
.Globals.ThreadStore));
67
_target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.FinalizerThread)),
68
_target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.GCThread)));
173
TargetPointer idDispenserPtr = _target.ReadGlobalPointer(
Constants
.Globals.ThinlockThreadIdDispenser);
206
int arrayIndex = indexOffset - _target.ReadGlobal<byte>(
Constants
.Globals.NumberOfTlsOffsetsNotUsedInNoncollectibleArray);
207
TargetPointer arrayStartAddress = nonCollectibleArray + _target.ReadGlobalPointer(
Constants
.Globals.PtrArrayOffsetToDataArray);
304
byte[] rval = new byte[_target.ReadGlobal<uint>(
Constants
.Globals.SizeOfGenericModeBlock)];
Data\Array.cs (1)
15
NumComponents = target.ReadField<uint>(address, type,
Constants
.FieldNames.Array.NumComponents);
Data\Bucket.cs (1)
17
uint numSlots = target.ReadGlobal<uint>(
Constants
.Globals.HashMapSlotsPerBucket);
Data\ComCallWrapper.cs (1)
19
int numInterfaces = (int)target.ReadGlobal<uint>(
Constants
.Globals.CCWNumInterfaces);
Data\DynamicStaticsInfo.cs (1)
14
TargetPointer mask = target.ReadGlobalPointer(
Constants
.Globals.StaticsPointerMask);
Data\HandleTableMap.cs (1)
18
uint arrayLength = target.ReadGlobal<uint>(
Constants
.Globals.InitialHandleTableArraySize);
Data\RCW.cs (1)
28
uint cacheSize = target.ReadGlobal<uint>(
Constants
.Globals.RCWInterfaceCacheSize);
Data\StressLogChunk.cs (1)
18
BufSize = target.ReadGlobal<uint>(
Constants
.Globals.StressLogChunkSize);
Data\TableSegment.cs (2)
14
uint handleBlocksPerSegment = target.ReadGlobal<uint>(
Constants
.Globals.HandleBlocksPerSegment);
15
uint handleMaxInternalTypes = target.ReadGlobal<uint>(
Constants
.Globals.HandleMaxInternalTypes);
Microsoft.Diagnostics.DataContractReader.Legacy (43)
ClrDataAppDomain.cs (1)
106
*id = _target.ReadGlobal<uint>(
Constants
.Globals.DefaultADID);
ClrDataFrame.cs (2)
111
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
362
_target.ReadGlobalPointer(
Constants
.Globals.AppDomain));
ClrDataTask.cs (1)
41
TargetPointer currentAppDomain = _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.AppDomain));
Dbi\DacDbiImpl.cs (3)
44
if (!_target.TryReadGlobalPointer(
Constants
.Globals.ProfilerControlBlock, out TargetPointer? profControlBlockAddress))
104
*pRetVal = vmAppDomain == 0 ? 0u : _target.ReadGlobal<uint>(
Constants
.Globals.DefaultADID);
1026
TargetPointer appDomainPtr = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
SOSDacImpl.cs (30)
71
() => _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.StringMethodTable)));
74
() => _target.ReadPointer(_target.ReadGlobalPointer(
Constants
.Globals.ObjectMethodTable)));
129
TargetPointer systemDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.SystemDomain);
140
data->dwId = _target.ReadGlobal<uint>(
Constants
.Globals.DefaultADID);
196
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
236
TargetPointer systemDomainPtr = _target.ReadGlobalPointer(
Constants
.Globals.SystemDomain);
311
TargetPointer systemDomainPtr = _target.ReadGlobalPointer(
Constants
.Globals.SystemDomain);
313
TargetPointer appDomainPtr = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
366
TargetPointer ppAppDomain = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
418
TargetPointer systemDomainPtr = _target.ReadGlobalPointer(
Constants
.Globals.SystemDomain);
770
int sizeOfGenericModeBlock = (int)_target.ReadGlobal<uint>(
Constants
.Globals.SizeOfGenericModeBlock);
1645
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
2650
char directorySeparator = (char)_target.ReadGlobal<byte>(
Constants
.Globals.DirectorySeparator);
3164
ulong tableDataOffset = (ulong)lookupMapTypeInfo.Fields[
Constants
.FieldNames.ModuleLookupMap.TableData].Offset;
3354
ulong numComponentsOffset = (ulong)_target.GetTypeInfo(DataType.Array).Fields[
Constants
.FieldNames.Array.NumComponents].Offset;
3399
if (_target.ReadGlobal<byte>(
Constants
.Globals.FeatureCOMInterop) != 0
4114
ulong stressLogAddress = _target.ReadGlobalPointer(
Constants
.Globals.StressLog);
4227
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
4321
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
4482
uint TlsIndexBase = _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.TlsIndexBase));
4483
uint OffsetOfCurrentThreadInfo = _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.OffsetOfCurrentThreadInfo));
4513
_target.ReadGlobalPointer(
Constants
.Globals.ObjectArrayMethodTable))
4516
_target.ReadGlobalPointer(
Constants
.Globals.StringMethodTable))
4519
_target.ReadGlobalPointer(
Constants
.Globals.ObjectMethodTable))
4522
_target.ReadGlobalPointer(
Constants
.Globals.ExceptionMethodTable))
4525
_target.ReadGlobalPointer(
Constants
.Globals.FreeObjectMethodTable))
5017
if (_target.ReadGlobal<byte>(
Constants
.Globals.FeatureCOMInterop) == 0)
5250
uint MaxClrNotificationArgs = _target.ReadGlobal<uint>(
Constants
.Globals.MaxClrNotificationArgs);
5254
TargetPointer basePtr = _target.ReadGlobalPointer(
Constants
.Globals.ClrNotificationArguments);
6037
int version = _target.ReadGlobal<byte>(
Constants
.Globals.SOSBreakingChangeVersion);
SOSDacImpl.IXCLRDataProcess.cs (6)
266
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
660
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
722
TargetPointer appDomainPointer = _target.ReadGlobalPointer(
Constants
.Globals.AppDomain);
959
*flags = _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.DacNotificationFlags));
990
TargetPointer dacNotificationFlags = _target.ReadGlobalPointer(
Constants
.Globals.DacNotificationFlags);
1009
flagsLocal = _target.Read<uint>(_target.ReadGlobalPointer(
Constants
.Globals.DacNotificationFlags));