Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (8)
77get { return EnsureVariable(ref _dispatchObject, typeof(IDispatch), "dispatchObject"); }
82get { return EnsureVariable(ref _dispatchPointer, typeof(IntPtr), "dispatchPointer"); }
87get { return EnsureVariable(ref _dispId, typeof(int), "dispId"); }
92get { return EnsureVariable(ref _dispParams, typeof(ComTypes.DISPPARAMS), "dispParams"); }
97get { return EnsureVariable(ref _invokeResult, typeof(ComVariant), "invokeResult"); }
102get { return EnsureVariable(ref _returnValue, typeof(object), "returnValue"); }
107get { return EnsureVariable(ref _dispIdsOfKeywordArgsPinned, typeof(GCHandle), "dispIdsOfKeywordArgsPinned"); }
112get { return EnsureVariable(ref _propertyPutDispId, typeof(int), "propertyPutDispId"); }