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