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