4 writes to Value
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1158
named.
Value
= arrayInit;
1164
named.
Value
= tryConvert(named.Value, substDestType);
1263
named.
Value
= tryConvert(named.Value, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\NamedArgumentSpecification.cs (1)
16
Value
= value;
6 references to Value
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
901
pArg = named.
Value
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1140
if (!canConvert(named.
Value
, substDestType) &&
1156
arrayInit.OptionalArguments = named.
Value
;
1164
named.Value = tryConvert(named.
Value
, substDestType);
1263
named.Value = tryConvert(named.
Value
, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
937
pArgument = named.
Value
;