1 implementation of AddReflectionRoot
ILCompiler.Compiler (1)
Compiler\RootingServiceProvider.cs (1)
48public 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)
203rootProvider.AddReflectionRoot(type, reason);
Compiler\RootingHelpers.cs (2)
29rootProvider.AddReflectionRoot(type, reason); 40rootProvider.AddReflectionRoot(type, reason);