4 references to ExactCallableAddress
ILCompiler.Compiler (4)
Compiler\Compilation.cs (1)
366return type.IsValueType ? NodeFactory.ExactCallableAddress(ctor) : NodeFactory.CanonicalEntrypoint(ctor);
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
1018return instantiatedType.IsValueType ? factory.ExactCallableAddress(defaultCtor) : factory.CanonicalEntrypoint(defaultCtor);
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (1)
218builder.EmitPointerReloc(factory.ExactCallableAddress(cctorMethod));
IL\ILImporter.Scanner.cs (1)
659_dependencies.Add(type.IsValueType ? _factory.ExactCallableAddress(ctor) : _factory.CanonicalEntrypoint(ctor), reason);