2 references to ExceptionContext
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3663
e.Data[ExceptionContext.Key] = new
ExceptionContext
(e.Data[ExceptionContext.Key], e.StackTrace, plsrun, lsrun);
3674
e.Data[ExceptionContext.Key] = new
ExceptionContext
(null, methodName, plsrun, lsrun);