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