13 references to RelativeVirtualAddress
Crossgen2Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
579if (methodDef.RelativeVirtualAddress > 0)
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILNode.cs (1)
66var rva = _method.MetadataReader.GetMethodDefinition(_method.Handle).RelativeVirtualAddress;
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
189if (methodDef.RelativeVirtualAddress != 0)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
29var rva = wrappedMethod.MetadataReader.GetMethodDefinition(wrappedMethod.Handle).RelativeVirtualAddress;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
27var rva = method.MetadataReader.GetMethodDefinition(method.Handle).RelativeVirtualAddress;
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
3409rva = methodRow.RelativeVirtualAddress; 4002method.RelativeVirtualAddress == 0) 4007return _peReaderOpt.GetMethodBody(method.RelativeVirtualAddress);
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
631return methodDef.RelativeVirtualAddress;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
MetaDataImportImpl.cs (2)
549*pulCodeRVA = (uint)methodDef.RelativeVirtualAddress; 871*pulCodeRVA = (uint)methodDef.RelativeVirtualAddress;
Microsoft.NET.Build.Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
606if (methodDef.RelativeVirtualAddress > 0)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
111int rva = MethodDefinition.RelativeVirtualAddress;