2 overrides of IsClosureScope
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
537
internal override bool
IsClosureScope
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
633
Friend Overrides Function
IsClosureScope
(node As SyntaxNode) As Boolean
1 reference to IsClosureScope
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
5932
if (
IsClosureScope
(node))