16 references to _helloWorldCode
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (16)
Syntax\SyntaxAnnotationTests.vb (16)
38
Dim fromNode = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot()
46
Dim fromNode = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot()
47
Dim toNode = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot()
56
Dim toToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
63
Dim fromToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
71
Dim fromToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
72
Dim toToken = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
).GetRoot().DescendantTokens().First()
81
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
90
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
98
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
134
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
165
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
196
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
227
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
246
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)
254
Dim tree = VisualBasicSyntaxTree.ParseText(
_helloWorldCode
)