4 references to GetFieldRvaData
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1390
_dependencies.Add(_compilation.
GetFieldRvaData
(field), "InitializeArray/CreateSpan RVA data");
1477
_dependencies.Add(_compilation.
GetFieldRvaData
(field), reason);
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2138
ISymbolNode node = _compilation.
GetFieldRvaData
(field);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3351
return (void*)ObjectToHandle(_compilation.
GetFieldRvaData
(fd));