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