2 writes to getRestrictedErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
47getRestrictedErrorInfo = Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule); 57getRestrictedErrorInfo = Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule);
6 references to getRestrictedErrorInfo
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (6)
95if (useGlobalErrorState && getRestrictedErrorInfo != null) 97Marshal.ThrowExceptionForHR(getRestrictedErrorInfo(out IntPtr restrictedErrorInfoPtr)); 167if (getRestrictedErrorInfo != null && setRestrictedErrorInfo != null && roOriginateLanguageException != null) 207if (getRestrictedErrorInfo != null && roReportUnhandledError != null) 209Marshal.ThrowExceptionForHR(getRestrictedErrorInfo(out IntPtr ppRestrictedErrorInfo)); 312Marshal.ThrowExceptionForHR(getRestrictedErrorInfo(out IntPtr restrictedErrorInfoPtr));