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