1 instantiation of ProfControlBlock
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ProfControlBlock.cs (1)
9=> new ProfControlBlock(target, address);
5 references to ProfControlBlock
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ReJIT_1.cs (2)
13private readonly Data.ProfControlBlock _profControlBlock; 37_profControlBlock = target.ProcessedData.GetOrAdd<Data.ProfControlBlock>(profControlBlockAddress);
Data\ProfControlBlock.cs (3)
6internal sealed class ProfControlBlock : IData<ProfControlBlock> 8static ProfControlBlock IData<ProfControlBlock>.Create(Target target, TargetPointer address)