4 writes to Value
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1158named.Value = arrayInit; 1164named.Value = tryConvert(named.Value, substDestType); 1263named.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)
901pArg = named.Value;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1140if (!canConvert(named.Value, substDestType) && 1156arrayInit.OptionalArguments = named.Value; 1164named.Value = tryConvert(named.Value, substDestType); 1263named.Value = tryConvert(named.Value, elementType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
937pArgument = named.Value;