Implemented interface member:
method
IsGlobalStatement
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsGlobalStatement(Microsoft.CodeAnalysis.SyntaxNode)
2 references to IsGlobalStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSyntaxFacts.cs (2)
246if (IsGlobalStatement(firstStatement.Parent) 247&& IsGlobalStatement(secondStatement.Parent)