2 writes to AllSymbols
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
CompilationTestUtils.vb (2)
554summary.AllSymbols = symbolInfo.GetAllSymbols() 583summary.AllSymbols = symbolInfo.GetAllSymbols()
18 references to AllSymbols
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (15)
Semantics\GetSemanticInfoTests.vb (14)
1140Assert.Equal(1, semanticInfo.AllSymbols.Length) 1148Assert.Equal(1, semanticInfo.AllSymbols.Length) 1156Assert.Equal(1, semanticInfo.AllSymbols.Length) 1164Assert.Equal(1, semanticInfo.AllSymbols.Length) 1172Assert.Equal(1, semanticInfo.AllSymbols.Length) 1180Assert.Equal(1, semanticInfo.AllSymbols.Length) 1188Assert.Equal(1, semanticInfo.AllSymbols.Length) 1196Assert.Equal(1, semanticInfo.AllSymbols.Length) 1204Assert.Equal(1, semanticInfo.AllSymbols.Length) 1212Assert.Equal(1, semanticInfo.AllSymbols.Length) 1220Assert.Equal(1, semanticInfo.AllSymbols.Length) 1228Assert.Equal(1, semanticInfo.AllSymbols.Length) 1237Assert.Equal(1, semanticInfo.AllSymbols.Length) 1248Assert.Equal(1, semanticInfo.AllSymbols.Length)
Semantics\LambdaSemanticInfoTests.vb (1)
584Assert.Equal(2, semanticInfo1.AllSymbols.Length)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Source\GroupClassTests.vb (3)
2622Assert.Equal(semanticInfo1.AllSymbols.Length, semanticInfo2.AllSymbols.Length) 2623Assert.Equal(1, semanticInfo2.AllSymbols.Length)