2 references to GetMethodSpecification
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3272
var methodSpec = MetadataReader.
GetMethodSpecification
(handle);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
45
public static MethodSpecification GetMethodSpecification(this MethodSpecificationHandle handle, MetadataReader reader) => reader.
GetMethodSpecification
(handle);