1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
217
_target
= target;
6 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\RuntimeTypeSystem_1.cs (6)
320
internal TargetPointer GetAddressOfNonVtableSlot() => MethodDescOptionalSlots.GetAddressOfNonVtableSlot(Address, Classification, _desc.Flags,
_target
);
321
internal TargetPointer GetAddressOfNativeCodeSlot() => MethodDescOptionalSlots.GetAddressOfNativeCodeSlot(Address, Classification, _desc.Flags,
_target
);
322
internal TargetPointer GetAddressOfAsyncMethodData() => MethodDescOptionalSlots.GetAddressOfAsyncMethodData(Address, Classification, _desc.Flags,
_target
);
330
ulong typeSize =
_target
.GetTypeInfo(DataType.MethodDescChunk).Size!.Value;
331
ulong chunkSize = (ulong)(_chunk.Size + 1) *
_target
.ReadGlobal<ulong>(Constants.Globals.MethodDescAlignment);
332
ulong extra = IsLoaderModuleAttachedToChunk ? (ulong)
_target
.PointerSize : 0;