1 write to Value
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
BasicTestSource.vb (1)
13Me.Value = value
7 references to Value
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (7)
BasicTestSource.vb (7)
32If Value Is Nothing Then 37Dim xmlSource = TryCast(Value, XElement) 42Dim source = TryCast(Value, String) 52Dim sources = TryCast(Value, String()) 57Dim tree = TryCast(Value, SyntaxTree) 63Dim trees = TryCast(Value, SyntaxTree()) 69Throw New Exception($"Unexpected value: {Value}")