1 instantiation of InterpByteCodeStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\InterpByteCodeStart.cs (1)
9=> new InterpByteCodeStart(target, address);
5 references to InterpByteCodeStart
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\PrecodeStubs_3.cs (2)
33Data.InterpByteCodeStart byteCodeStart = target.ProcessedData.GetOrAdd<Data.InterpByteCodeStart>(precodeData.ByteCodeAddr);
Data\InterpByteCodeStart.cs (3)
6internal sealed class InterpByteCodeStart : IData<InterpByteCodeStart> 8static InterpByteCodeStart IData<InterpByteCodeStart>.Create(Target target, TargetPointer address)