1 write to _arch
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
150
_arch
= target.Contracts.RuntimeInfo.GetTargetArchitecture();
3 references to _arch
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\GCInfoDecoder.cs (3)
468
if (
_arch
== RuntimeInfoArchitecture.Arm64)
531
bool wantsReportOnlyLeaf =
_arch
== RuntimeInfoArchitecture.X64 && _gcVersion < 4 ? flag80Set : true;
532
bool hasTailCalls =
_arch
is RuntimeInfoArchitecture.Arm or RuntimeInfoArchitecture.Arm64 or RuntimeInfoArchitecture.LoongArch64 or RuntimeInfoArchitecture.RiscV64