1 instantiation of ObjectHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ObjectHandle.cs (1)
9
=> new
ObjectHandle
(target, address);
22 references to ObjectHandle
Microsoft.Diagnostics.DataContractReader.Contracts (22)
Contracts\ComWrappers_1.cs (2)
76
Data.
ObjectHandle
handle = _target.ProcessedData.GetOrAdd<Data.
ObjectHandle
>(mow);
Contracts\ConditionalWeakTable_1.cs (2)
108
Data.
ObjectHandle
handle = _target.ProcessedData.GetOrAdd<Data.
ObjectHandle
>(entryAddress + _depHndFieldOffset.Value);
Data\AssemblyBinder.cs (2)
14
AssemblyLoadContext = target.ReadDataField<
ObjectHandle
>(address, type, nameof(AssemblyLoadContext));
16
public
ObjectHandle
AssemblyLoadContext { get; init; }
Data\InflightTLSData.cs (2)
16
TLSData = target.ReadDataField<
ObjectHandle
>(address, type, nameof(TLSData));
20
public
ObjectHandle
TLSData { get; init; }
Data\LoaderAllocator.cs (2)
31
ObjectHandle = target.ReadDataField<
ObjectHandle
>(address, type, nameof(ObjectHandle));
44
public
ObjectHandle
ObjectHandle { get; init; }
Data\ObjectHandle.cs (3)
6
internal sealed class ObjectHandle : IData<
ObjectHandle
>
8
static
ObjectHandle
IData<
ObjectHandle
>.Create(Target target, TargetPointer address)
Data\SyncBlock.cs (3)
19
ObjectHandle
lockHandle = target.ReadDataField<
ObjectHandle
>(address, type, nameof(Lock));
30
public
ObjectHandle
? Lock { get; init; }
Data\Thread.cs (6)
26
ExposedObject = target.ReadDataField<
ObjectHandle
>(address, type, nameof(ExposedObject));
27
LastThrownObject = target.ReadDataField<
ObjectHandle
>(address, type, nameof(LastThrownObject));
37
CurrentCustomDebuggerNotification = target.ReadDataField<
ObjectHandle
>(address, type, nameof(CurrentCustomDebuggerNotification));
49
public
ObjectHandle
ExposedObject { get; init; }
50
public
ObjectHandle
LastThrownObject { get; init; }
57
public
ObjectHandle
CurrentCustomDebuggerNotification { get; init; }