1 write to s_modules
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
46
s_modules
= modules;
3 references to s_modules
System.Private.CoreLib (3)
Internal\Runtime\CompilerHelpers\StartupCode\StartupCodeHelpers.Extensions.cs (1)
21
=>
s_modules
.AsSpan(0, s_moduleCount);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (2)
68
outputModules[copyIndex] =
s_modules
[copyIndex];
167
RunInitializers(
s_modules
[i], ReadyToRunSectionType.ModuleInitializerList);