1 write to s_moduleCount
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
47
s_moduleCount
= modules.Length;
5 references to s_moduleCount
System.Private.CoreLib (5)
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 (4)
65
int copyLimit = (
s_moduleCount
< outputModules.Length ?
s_moduleCount
: outputModules.Length);
71
return
s_moduleCount
;
165
for (int i = 0; i <
s_moduleCount
; i++)