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