1 implementation of AddReflectionRoot
ILCompiler.Compiler (1)
Compiler\RootingServiceProvider.cs (1)
48
public void
AddReflectionRoot
(TypeDesc type, string reason)
4 references to AddReflectionRoot
ilc (1)
Program.cs (1)
320
(ModuleDesc module, IRootingServiceProvider rooter) => rooter.
AddReflectionRoot
(module.GetGlobalModuleType(), "Command line root")));
ILCompiler.Compiler (3)
Compiler\AnalysisBasedMetadataManager.cs (1)
203
rootProvider.
AddReflectionRoot
(type, reason);
Compiler\RootingHelpers.cs (2)
29
rootProvider.
AddReflectionRoot
(type, reason);
40
rootProvider.
AddReflectionRoot
(type, reason);