3 references to Arch
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CdacTypeHandle.cs (3)
114
if (
Arch
is not RuntimeInfoArchitecture.Arm and not RuntimeInfoArchitecture.Arm64)
124
if (
Arch
is not RuntimeInfoArchitecture.Arm and not RuntimeInfoArchitecture.Arm64)
148
if (
Arch
!= RuntimeInfoArchitecture.X86 || _typeHandle.IsNull || !Rts.IsValueType(_typeHandle))