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