1 override of GetTopLevelTypeDeclarations
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
531protected override IEnumerable<SyntaxNode> GetTopLevelTypeDeclarations(SyntaxNode compilationUnit)
2 references to GetTopLevelTypeDeclarations
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4005foreach (var oldTypeDeclaration in GetTopLevelTypeDeclarations(oldRoot)) 4036foreach (var newTypeDeclaration in GetTopLevelTypeDeclarations(newRoot))