2 references to MethodDebugInformation
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (2)
1365
return new
MethodDebugInformation
(this, handle);
1370
return new
MethodDebugInformation
(this, MethodDebugInformationHandle.FromRowId(handle.RowId));