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