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