1 implementation of GetStatementOfGlobalStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
242public SyntaxNode GetStatementOfGlobalStatement(SyntaxNode node)
1 reference to GetStatementOfGlobalStatement
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UseCollectionInitializerHelpers.cs (1)
79? syntaxFacts.GetStatementOfGlobalStatement(childNode)