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