2 instantiations of ContractDescriptorTarget
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
105
return new
ContractDescriptorTarget
(descriptor, dataTargetDelegates, contractRegistrations);
134
return new
ContractDescriptorTarget
(
14 references to ContractDescriptorTarget
libmscordaccore_universal (10)
Entrypoints.cs (10)
49
ContractDescriptorTarget
.AllocVirtualDelegate allocDelegate = (ulong size, out ulong allocatedAddress) =>
73
ContractDescriptorTarget
.SetTargetThreadContextDelegate setThreadContextDelegate =
101
ContractDescriptorTarget
target =
ContractDescriptorTarget
.Create(
303
ContractDescriptorTarget
target = CreateTargetFromCorDebugDataTarget(dataTarget, contractDescriptorAddress);
401
ContractDescriptorTarget
.AllocVirtualDelegate allocVirtual = (ulong size, out ulong allocatedAddress) =>
422
ContractDescriptorTarget
target =
ContractDescriptorTarget
.Create(
490
private static unsafe
ContractDescriptorTarget
CreateTargetFromCorDebugDataTarget(object targetObject, ulong contractAddress)
496
return
ContractDescriptorTarget
.Create(
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorTarget.cs (4)
94
public static
ContractDescriptorTarget
Create(
122
public static
ContractDescriptorTarget
Create(
949
private readonly
ContractDescriptorTarget
_target;
952
public DataCache(
ContractDescriptorTarget
target)