1 write to _isRoot
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
37
_isRoot
= isRoot;
1 reference to _isRoot
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
55
SafeX509StackHandle nativeColl =
_isRoot
? nativeColls.Item1 : nativeColls.Item2;