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