10 references to TestNode
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (5)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProviderTests.cs (5)
27
return
TestNode
<CompilationUnitSyntax>(code, expected);
232
await
TestNode
<EnumDeclarationSyntax>("""
247
await
TestNode
<ClassDeclarationSyntax>("""
286
await
TestNode
<ClassDeclarationSyntax>("""
304
await
TestNode
<ExtensionBlockDeclarationSyntax>("""
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (5)
SolutionExplorer\VisualBasicSolutionExplorerSymbolTreeItemProviderTests.vb (5)
20
Return
TestNode
(Of CompilationUnitSyntax)(code, expected)
177
Await
TestNode
(Of EnumBlockSyntax)("
192
Await
TestNode
(Of ClassBlockSyntax)("
231
Await
TestNode
(Of ModuleBlockSyntax)("
244
Await
TestNode
(Of ClassBlockSyntax)("