7 references to _receiver
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (7)
SourceGeneration\GeneratorDriverTests.vb (7)
101Assert.Equal(23, testGenerator._receiver._nodes.Count) 102Assert.IsType(GetType(CompilationUnitSyntax), testGenerator._receiver._nodes(0)) 103Assert.IsType(GetType(ClassStatementSyntax), testGenerator._receiver._nodes(8)) 104Assert.IsType(GetType(ThrowStatementSyntax), testGenerator._receiver._nodes(16)) 105Assert.IsType(GetType(EndBlockStatementSyntax), testGenerator._receiver._nodes(22)) 147testGenerator._receiver._throw = True 754context.RegisterForSyntaxNotifications(Function() _receiver)