1 override of IsNamespaceDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
519
protected override bool
IsNamespaceDeclaration
(SyntaxNode node)
3 references to IsNamespaceDeclaration
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
2717
Debug.Assert(edit.OldNode is null || edit.NewNode is null ||
IsNamespaceDeclaration
(edit.OldNode) ==
IsNamespaceDeclaration
(edit.NewNode));
2719
var symbolEdits =
IsNamespaceDeclaration
(edit.OldNode ?? edit.NewNode!)