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