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