2 writes to s_directoryLastWrite
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (2)
161
s_directoryLastWrite
= new DateTime[s_rootStoreDirectories.Length];
189
s_directoryLastWrite
= new[] { lastModified };
4 references to s_directoryLastWrite
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (4)
127
if (s_rootStoreDirectories != null &&
s_directoryLastWrite
!= null)
132
if (lastModified !=
s_directoryLastWrite
[i])
167
Debug.Assert(
s_directoryLastWrite
is not null);
179
hasStoreData = ProcessDir(s_rootStoreDirectories[i], out
s_directoryLastWrite
[i]);