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