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)
33
Data.
InterpByteCodeStart
byteCodeStart = target.ProcessedData.GetOrAdd<Data.
InterpByteCodeStart
>(precodeData.ByteCodeAddr);
Data\InterpByteCodeStart.cs (3)
6
internal sealed class InterpByteCodeStart : IData<
InterpByteCodeStart
>
8
static
InterpByteCodeStart
IData<
InterpByteCodeStart
>.Create(Target target, TargetPointer address)