1 implementation of AddReflectionRoot
ILCompiler.Compiler (1)
Compiler\RootingServiceProvider.cs (1)
70public void AddReflectionRoot(FieldDesc field, string reason)
2 references to AddReflectionRoot
ILCompiler.Compiler (2)
Compiler\AnalysisBasedMetadataManager.cs (1)
220rootProvider.AddReflectionRoot(field, reason);
Compiler\RootingHelpers.cs (1)
127rootProvider.AddReflectionRoot(field, reason);