1 reference to GlobalStatementKind
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.Fixer.cs (1)
102
var globalStatement = root.DescendantNodes().First(n => n.RawKind ==
GlobalStatementKind
);