1 instantiation of InterpreterPrecodeData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\114\Microsoft_Diagnostics_DataContractReader_Data.InterpreterPrecodeData.g.cs (1)
49=> new InterpreterPrecodeData(target, address);
7 references to InterpreterPrecodeData
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\114\Microsoft_Diagnostics_DataContractReader_Data.InterpreterPrecodeData.g.cs (2)
48static InterpreterPrecodeData IData<InterpreterPrecodeData>.Create(Target target, TargetPointer address)
Contracts\PrecodeStubs_1.cs (4)
36Data.InterpreterPrecodeData precodeData = target.ProcessedData.GetOrAdd<Data.InterpreterPrecodeData>(dataAddr); 132Data.InterpreterPrecodeData precodeData = 133Target.ProcessedData.GetOrAdd<Data.InterpreterPrecodeData>(
Data\InterpreterPrecodeData.cs (1)
7internal sealed partial class InterpreterPrecodeData : IData<InterpreterPrecodeData>