2 implementations of GetRVA
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1704int global::Microsoft.DiaSymReader.IMetadataImport.GetRVA(int methodDef, int* relativeVirtualAddress, int* implAttributes)
Metadata\MetadataAdapterBase.cs (1)
95int 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);