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