1 implementation of TryGetSystemVAmd64EightByteClassification
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
594public bool TryGetSystemVAmd64EightByteClassification(ITypeHandle typeHandle, out SystemVAmd64EightByteClassification classification)
1 reference to TryGetSystemVAmd64EightByteClassification
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
134if (!Rts.TryGetSystemVAmd64EightByteClassification(_typeHandle, out SystemVAmd64EightByteClassification info))