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