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