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