4 references to IsNamespaceMemberDeclaration
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1250
if (SyntaxFacts.
IsNamespaceMemberDeclaration
(node.Kind()))
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
184
while (scopeNode != null && !SyntaxFacts.
IsNamespaceMemberDeclaration
(scopeNode.Kind()))
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
LanguageServices\FixAllSpanMappingService\CSharpFixAllSpanMappingService.cs (1)
40
var firstTypeOrNamespaceDecl = root.ChildNodes().FirstOrDefault(n => SyntaxFacts.
IsNamespaceMemberDeclaration
(n.Kind()));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1250
if (SyntaxFacts.
IsNamespaceMemberDeclaration
(node.Kind()))