2 instantiations of ContractDescriptorTarget
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
104
return new
ContractDescriptorTarget
(descriptor, dataTargetDelegates, contractRegistrations);
133
return new
ContractDescriptorTarget
(
14 references to ContractDescriptorTarget
libmscordaccore_universal (10)
Entrypoints.cs (10)
36
ContractDescriptorTarget
.AllocVirtualDelegate allocDelegate = (ulong size, out ulong allocatedAddress) =>
60
ContractDescriptorTarget
.SetTargetThreadContextDelegate setThreadContextDelegate =
88
ContractDescriptorTarget
target =
ContractDescriptorTarget
.Create(
290
ContractDescriptorTarget
target = CreateTargetFromCorDebugDataTarget(dataTarget, contractDescriptorAddress);
388
ContractDescriptorTarget
.AllocVirtualDelegate allocVirtual = (ulong size, out ulong allocatedAddress) =>
409
ContractDescriptorTarget
target =
ContractDescriptorTarget
.Create(
477
private static unsafe
ContractDescriptorTarget
CreateTargetFromCorDebugDataTarget(object targetObject, ulong contractAddress)
483
return
ContractDescriptorTarget
.Create(
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorTarget.cs (4)
93
public static
ContractDescriptorTarget
Create(
121
public static
ContractDescriptorTarget
Create(
942
private readonly
ContractDescriptorTarget
_target;
945
public DataCache(
ContractDescriptorTarget
target)