16 references to _helloWorldCode
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (16)
Syntax\SyntaxAnnotationTests.vb (16)
46
Dim fromNode = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot()
54
Dim fromNode = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot()
55
Dim toNode = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot()
64
Dim toToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
71
Dim fromToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
79
Dim fromToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
80
Dim toToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
89
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
98
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
106
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
142
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
173
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
204
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
235
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
254
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
262
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)