1 write to s_rootStoreFile
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
162
s_rootStoreFile
= GetRootStoreFile();
4 references to s_rootStoreFile
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (4)
118
if (
s_rootStoreFile
!= null)
120
_ = TryStatFile(
s_rootStoreFile
, out DateTime lastModified, out _);
170
if (
s_rootStoreFile
!= null)
172
ProcessFile(
s_rootStoreFile
, out s_fileLastWrite);