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