3 references to FCall
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
261case MethodClassification.FCall:
RuntimeTypeSystemHelpers\MethodDescOptionalSlots.cs (1)
59MethodClassification.FCall => Data.FCallMethodDesc.GetSize(target),
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
82internal bool IsFCall => Classification == MethodClassification.FCall;