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