1 write to s_nativeCollections
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
319
Volatile.Write(ref
s_nativeCollections
, newCollections);
3 references to s_nativeCollections
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (3)
90
Tuple<SafeX509StackHandle, SafeX509StackHandle>? ret =
s_nativeCollections
;
96
ret =
s_nativeCollections
;
156
bool firstLoad = (
s_nativeCollections
== null);