1 write to _ndirMonCompletionPtr
System.Web (1)
FileChangesMonitor.cs (1)
446hr = UnsafeNativeMethods.DirMonOpen(dir, HttpRuntime.AppDomainAppId, watchSubtree, notifyFilter, dirMon.FcnMode, myCallback, out _ndirMonCompletionPtr);
1 reference to _ndirMonCompletionPtr
System.Web (1)
FileChangesMonitor.cs (1)
452_ndirMonCompletionHandle = new HandleRef(this, _ndirMonCompletionPtr);