1 override of IsGlobalStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
528
protected override bool
IsGlobalStatement
(SyntaxNode node)
1 reference to IsGlobalStatement
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
819
map.Any(entry =>
IsGlobalStatement
(entry.Key)))