6 references to ExcepInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
191ParameterExpression excepInfo = Expression.Variable(typeof(ExcepInfo), "excepInfo");
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (4)
21public static void CheckThrowException(int hresult, ref ExcepInfo excepInfo, uint argErr, string message) 295out ExcepInfo excepInfo, 302fixed (ExcepInfo* pExcepInfo = &excepInfo) 305var pfnIDispatchInvoke = (delegate* unmanaged<IntPtr, int, Guid*, int, ushort, ComTypes.DISPPARAMS*, ComVariant*, ExcepInfo*, uint*, int>)
Microsoft\CSharp\RuntimeBinder\ComInterop\ExcepInfo.cs (1)
32Debug.Assert(Marshal.SizeOf<ExcepInfo>() == Marshal.SizeOf<ComTypes.EXCEPINFO>());