1 instantiation of SystemVEightByteRegistersInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\179\Microsoft_Diagnostics_DataContractReader_Data.SystemVEightByteRegistersInfo.g.cs (1)
50=> new SystemVEightByteRegistersInfo(target, address);
7 references to SystemVEightByteRegistersInfo
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\179\Microsoft_Diagnostics_DataContractReader_Data.SystemVEightByteRegistersInfo.g.cs (2)
49static SystemVEightByteRegistersInfo IData<SystemVEightByteRegistersInfo>.Create(Target target, TargetPointer address)
_generated\40\Microsoft_Diagnostics_DataContractReader_Data.EEClassOptionalFields.g.cs (2)
27EightByteRegistersInfo = target.ReadDataField<Data.SystemVEightByteRegistersInfo>(b, t, n); 29EightByteRegistersInfo = default(Data.SystemVEightByteRegistersInfo);
Contracts\RuntimeTypeSystem_1.cs (1)
589if (optFields.EightByteRegistersInfo is not Data.SystemVEightByteRegistersInfo info || info.NumEightBytes == 0)
Data\EEClassOptionalFields.cs (1)
9[Field] public SystemVEightByteRegistersInfo? EightByteRegistersInfo { get; }
Data\SystemVEightByteRegistersInfo.cs (1)
7internal sealed partial class SystemVEightByteRegistersInfo : IData<SystemVEightByteRegistersInfo>