1 override of IsClosureScope
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
362internal override bool IsClosureScope(SyntaxNode node)
3 references to IsClosureScope
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6746Contract.ThrowIfFalse(IsClosureScope(scope)); 6754if (IsClosureScope(node))
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueTestVerifier.cs (1)
307if (Analyzer.IsLambda(newNode) || Analyzer.IsClosureScope(newNode))