3 references to MethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
252
baseSize = target.GetTypeInfo(DataType.
MethodDesc
).Size ?? throw new InvalidOperationException("MethodDesc type size must be known");
Data\MethodDesc.cs (1)
13
Target.TypeInfo type = target.GetTypeInfo(DataType.
MethodDesc
);
RuntimeTypeSystemHelpers\MethodDescOptionalSlots.cs (1)
58
MethodClassification.IL => DataType.
MethodDesc
,