1 write to Value
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\Conversions.vb (1)
1440Me.Value = value
9 references to Value
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (9)
Semantics\Conversions.vb (9)
616Dim v = ConstantValue.Create(mv.Value, mv.Type.GetConstantValueTypeDiscriminator()) 712intermediate = Convert.ToUInt64(mv.Value) 714intermediate = Convert.ToInt64(mv.Value) 727Assert.Equal(UncheckedConvert(mv.Value, numericType), resultValue.Value) 929Dim v = ConstantValue.Create(mv.Value, mv.Type.GetConstantValueTypeDiscriminator()) 1177Dim v = ConstantValue.Create(mv.Value, mv.Type.GetConstantValueTypeDiscriminator()) 1273intermediate = Convert.ToUInt64(mv.Value) 1275intermediate = Convert.ToInt64(mv.Value) 1288Assert.Equal(UncheckedConvert(mv.Value, numericType), resultValue.Value)