9 references to VerifyDeclaredSymbolForUsingStatements
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (9)
Semantics\UsingStatementTest.vb (9)
42Dim symbols = VerifyDeclaredSymbolForUsingStatements(compilation, 1, "x2", "x3", "x4", "x5")
84Dim symbols = VerifyDeclaredSymbolForUsingStatements(compilation, 1, "x1", "x2")
121Dim symbols = VerifyDeclaredSymbolForUsingStatements(compilation, 1, "x1", "x2")
161VerifyDeclaredSymbolForUsingStatements(compilation, 1)
162VerifyDeclaredSymbolForUsingStatements(compilation, 2)
163VerifyDeclaredSymbolForUsingStatements(compilation, 3)
164VerifyDeclaredSymbolForUsingStatements(compilation, 4)
202VerifyDeclaredSymbolForUsingStatements(compilation, 1)
203Dim symbols = VerifyDeclaredSymbolForUsingStatements(compilation, 2, "x1", "x2")