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