3 references to RuntimeFieldHandle
ILCompiler.Compiler (3)
Compiler\Compilation.cs (1)
355return NodeFactory.RuntimeFieldHandle((FieldDesc)targetOfLookup);
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
512return factory.RuntimeFieldHandle(instantiatedField);
IL\ILImporter.Scanner.cs (1)
1192_dependencies.Add(_factory.RuntimeFieldHandle(field), "ldtoken");