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