2 writes to setRestrictedErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
47
setRestrictedErrorInfo
= Platform.GetProcAddress<SetRestrictedErrorInfo>(winRTErrorModule);
57
setRestrictedErrorInfo
= Platform.GetProcAddress<SetRestrictedErrorInfo>(winRTErrorModule);
2 references to setRestrictedErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
166
if (getRestrictedErrorInfo != null &&
setRestrictedErrorInfo
!= null && roOriginateLanguageException != null)
174
setRestrictedErrorInfo
(restrictedErrorObject.ThisPtr);