2 overrides of IsGlobalStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
786protected override bool IsGlobalStatement(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
814Protected Overrides Function IsGlobalStatement(node As SyntaxNode) As Boolean
1 reference to IsGlobalStatement
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
778map.Any(entry => IsGlobalStatement(entry.Key)))