3 references to NOTIFYOFNEWCONNECTIONInternal
System.DirectoryServices.Protocols (3)
src\libraries\Common\src\Interop\Interop.Ldap.cs (2)
220public NOTIFYOFNEWCONNECTIONInternal notify; 262notify = _native.notify != IntPtr.Zero ? Marshal.GetDelegateForFunctionPointer<NOTIFYOFNEWCONNECTIONInternal>(_native.notify) : null,
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
148private readonly NOTIFYOFNEWCONNECTIONInternal _notifiyDelegate;