1 instantiation of InterpByteCodeStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\91\Microsoft_Diagnostics_DataContractReader_Data.InterpByteCodeStart.g.cs (1)
34=> new InterpByteCodeStart(target, address);
5 references to InterpByteCodeStart
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\91\Microsoft_Diagnostics_DataContractReader_Data.InterpByteCodeStart.g.cs (2)
33static InterpByteCodeStart IData<InterpByteCodeStart>.Create(Target target, TargetPointer address)
Contracts\PrecodeStubs_3.cs (2)
33Data.InterpByteCodeStart byteCodeStart = target.ProcessedData.GetOrAdd<Data.InterpByteCodeStart>(precodeData.ByteCodeAddr);
Data\InterpByteCodeStart.cs (1)
7internal sealed partial class InterpByteCodeStart : IData<InterpByteCodeStart>