2 references to TryGetInt32EnvironmentVariable
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (2)
505
int partitionCount =
TryGetInt32EnvironmentVariable
("DOTNET_SYSTEM_BUFFERS_SHAREDARRAYPOOL_MAXPARTITIONCOUNT", out int result) && result > 0 ?
515
return
TryGetInt32EnvironmentVariable
("DOTNET_SYSTEM_BUFFERS_SHAREDARRAYPOOL_MAXARRAYSPERPARTITION", out int result) && result > 0 ?