10 references to ComBinderHelpers
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComFallbackMetaObject.cs (1)
58
Restrictions.Merge(
ComBinderHelpers
.GetTypeRestrictionForDynamicMetaObject(this)),
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
153
_restrictions = _restrictions.Merge(
ComBinderHelpers
.GetTypeRestrictionForDynamicMetaObject(curMo));
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (2)
43
bool[] isByRef =
ComBinderHelpers
.ProcessArgumentsForCom(ref args);
59
bool[] isByRef =
ComBinderHelpers
.ProcessArgumentsForCom(ref indexes);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
247
if (
ComBinderHelpers
.PreferPut(limitType, holdsNull))
638
if (
ComBinderHelpers
.PreferPut(limitType, holdsNull))
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (4)
32
bool[] isByRef =
ComBinderHelpers
.ProcessArgumentsForCom(ref args);
45
bool[] isByRef =
ComBinderHelpers
.ProcessArgumentsForCom(ref args);
147
bool[] isByRef =
ComBinderHelpers
.ProcessArgumentsForCom(ref indexes);
161
bool[] isByRef =
ComBinderHelpers
.ProcessArgumentsForCom(ref indexes);