11 implementations of GetArgumentInfo
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
54
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
51
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => CSharpArgumentInfo.None;
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
38
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
38
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
44
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
31
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
43
public CSharpArgumentInfo
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
29
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => CSharpArgumentInfo.None;
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
38
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
36
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
46
CSharpArgumentInfo ICSharpBinder.
GetArgumentInfo
(int index) => _argumentInfo[index];
1 reference to GetArgumentInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
261
CSharpArgumentInfo info = payload.
GetArgumentInfo
(i);