3 references to Classification
Microsoft.Diagnostics.DataContractReader.Contracts (3)
RuntimeTypeSystemHelpers\MethodValidation.cs (3)
82internal bool IsFCall => Classification == MethodClassification.FCall; 84internal TargetPointer GetAddressOfNonVtableSlot() => MethodDescOptionalSlots.GetAddressOfNonVtableSlot(Address, Classification, _desc.Flags, _target); 85internal TargetPointer GetAddressOfNativeCodeSlot() => MethodDescOptionalSlots.GetAddressOfNativeCodeSlot(Address, Classification, _desc.Flags, _target);