1 write to Value
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\Conversions.vb (1)
1445Me.Value = value
9 references to Value
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (9)
Semantics\Conversions.vb (9)
621Dim v = ConstantValue.Create(mv.Value, mv.Type.GetConstantValueTypeDiscriminator()) 717intermediate = Convert.ToUInt64(mv.Value) 719intermediate = Convert.ToInt64(mv.Value) 732Assert.Equal(UncheckedConvert(mv.Value, numericType), resultValue.Value) 934Dim v = ConstantValue.Create(mv.Value, mv.Type.GetConstantValueTypeDiscriminator()) 1182Dim v = ConstantValue.Create(mv.Value, mv.Type.GetConstantValueTypeDiscriminator()) 1278intermediate = Convert.ToUInt64(mv.Value) 1280intermediate = Convert.ToInt64(mv.Value) 1293Assert.Equal(UncheckedConvert(mv.Value, numericType), resultValue.Value)