2 references to AnalyzedSyntaxNodesInsideCodeBlock
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
2473
Dim analyzedSyntaxNodeInsideCodeBlock = Assert.Single(analyzer.
AnalyzedSyntaxNodesInsideCodeBlock
)
2527
codeBlockStartContext.RegisterSyntaxNodeAction(Sub(syntaxNodeContext)
AnalyzedSyntaxNodesInsideCodeBlock
.Add(syntaxNodeContext.Node), SyntaxKind.LocalDeclarationStatement)