1 override of IsClosureScope
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
362internal override bool IsClosureScope(SyntaxNode node)
2 references to IsClosureScope
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6624Contract.ThrowIfFalse(IsClosureScope(scope)); 6632if (IsClosureScope(node))