4 writes to Value
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1183
named.
Value
= arrayInit;
1189
named.
Value
= tryConvert(named.Value, substDestType);
1288
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)
924
pArg = named.
Value
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1165
if (!canConvert(named.
Value
, substDestType) &&
1181
arrayInit.OptionalArguments = named.
Value
;
1189
named.Value = tryConvert(named.
Value
, substDestType);
1288
named.Value = tryConvert(named.
Value
, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
938
pArgument = named.
Value
;