3 references to IsNamespaceDeclaration
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
2598
Debug.Assert(edit.OldNode is null || edit.NewNode is null ||
IsNamespaceDeclaration
(edit.OldNode) ==
IsNamespaceDeclaration
(edit.NewNode));
2600
var symbolEdits =
IsNamespaceDeclaration
(edit.OldNode ?? edit.NewNode!)