4 writes to Value
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1183named.Value = arrayInit; 1189named.Value = tryConvert(named.Value, substDestType); 1288named.Value = tryConvert(named.Value, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\NamedArgumentSpecification.cs (1)
16Value = value;
6 references to Value
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
924pArg = named.Value;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1165if (!canConvert(named.Value, substDestType) && 1181arrayInit.OptionalArguments = named.Value; 1189named.Value = tryConvert(named.Value, substDestType); 1288named.Value = tryConvert(named.Value, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
938pArgument = named.Value;