1 override of IsNestedFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1468internal override bool IsNestedFunction(SyntaxNode node)
5 references to IsNestedFunction
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (5)
5872Debug.Assert(IsNestedFunction(newLambda) == IsNestedFunction(oldLambda)); 5873var isNestedFunction = IsNestedFunction(newLambda); 6685Debug.Assert(IsNestedFunction(newLambda)); 6686Debug.Assert(IsNestedFunction(oldLambda));