/// <summary> /// Dispatches the <see cref="AnnotationDiscovered" /> event. /// </summary> /// <param name="e">The event arguments.</param> public void NotifyAnnotationDiscovered(AnnotationDiscoveredEventArgs e) { EventHandlerPolicy.SafeInvoke(AnnotationDiscovered, this, e); }