1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\SetIndexBinder.cs (1)
23
CallInfo
= callInfo;
10 references to CallInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
61
DynamicMetaObject result = BindComInvoke(method, indexes.AddLast(value), binder.
CallInfo
, isByRef);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
164
DynamicMetaObject result = BindComInvoke(indexes.AddLast(value), setItem, binder.
CallInfo
, isByRef);
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (8)
990
IDOUtils.UnpackArguments(packedIndexes, Me.
CallInfo
, indexes, indexNames, indexValues)
1023
Return other IsNot Nothing AndAlso
CallInfo
.Equals(other.
CallInfo
)
1028
Return s_hash Xor
CallInfo
.GetHashCode()
1063
IDOUtils.UnpackArguments(packedIndexes, Me.
CallInfo
, indexes, indexNames, indexValues)
1098
Return other IsNot Nothing AndAlso
CallInfo
.Equals(other.
CallInfo
) AndAlso _optimisticSet = other._optimisticSet AndAlso _rValueBase = other._rValueBase
1103
Return s_hash Xor
CallInfo
.GetHashCode() Xor _optimisticSet.GetHashCode() Xor _rValueBase.GetHashCode()