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