2 implementations of GetRVA
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1704
int global::Microsoft.DiaSymReader.IMetadataImport.
GetRVA
(int methodDef, int* relativeVirtualAddress, int* implAttributes)
Metadata\MetadataAdapterBase.cs (1)
95
int IMetadataImport.
GetRVA
(int methodDef, int* relativeVirtualAddress, int* implAttributes) => throw new NotImplementedException();
1 reference to GetRVA
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1729
__retVal = @this.
GetRVA
(methodDef, relativeVirtualAddress, implAttributes);