1 override of IsLocalFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1462
internal override bool
IsLocalFunction
(SyntaxNode node)
6 references to IsLocalFunction
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
5868
if (!
IsLocalFunction
(oldLambda) &&
6018
oldHasLambdas |= !
IsLocalFunction
(oldLambda);
6036
if (isInInterface &&
IsLocalFunction
(newLambda))
6059
var isLocalFunction =
IsLocalFunction
(newLambda);
6632
if (
IsLocalFunction
(oldLambda) !=
IsLocalFunction
(newLambda))