2 overrides of GetTopLevelTypeDeclarations
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
800protected override IEnumerable<SyntaxNode> GetTopLevelTypeDeclarations(SyntaxNode compilationUnit)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
822Protected Overrides Iterator Function GetTopLevelTypeDeclarations(compilationUnit As SyntaxNode) As IEnumerable(Of SyntaxNode)
2 references to GetTopLevelTypeDeclarations
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
3570foreach (var oldTypeDeclaration in GetTopLevelTypeDeclarations(oldRoot)) 3603foreach (var newTypeDeclaration in GetTopLevelTypeDeclarations(newRoot))