1 write to Value
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
BasicTestSource.vb (1)
15Me.Value = value
7 references to Value
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (7)
BasicTestSource.vb (7)
34If Value Is Nothing Then 39Dim xmlSource = TryCast(Value, XElement) 44Dim source = TryCast(Value, String) 54Dim sources = TryCast(Value, String()) 59Dim tree = TryCast(Value, SyntaxTree) 65Dim trees = TryCast(Value, SyntaxTree()) 71Throw New Exception($"Unexpected value: {Value}")