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