5 references to ExcepInfo
Microsoft.CSharp (5)
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>)