1 instantiation of MethodSpecification
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1275
return new
MethodSpecification
(this, handle);
4 references to MethodSpecification
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3272
var
methodSpec = MetadataReader.GetMethodSpecification(handle);
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (1)
1273
public
MethodSpecification
GetMethodSpecification(MethodSpecificationHandle handle)
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
31
/// MethodDef or MemberRef handle specifying to which generic method this <see cref="
MethodSpecification
"/> refers,
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);