2 writes to _parent
System.Security.Cryptography (2)
src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs (2)
28_parent = null; 56_parent = parent;
5 references to _parent
System.Security.Cryptography (5)
src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs (5)
25if (_parent != null) 27SafeHandle parent = _parent; 44return handle == IntPtr.Zero || (_parent != null && _parent.IsInvalid); 50Debug.Assert(_parent == null, "Expected no existing parent");