1 override of DescendantTokensIgnoringLambdaBodies
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1456
internal override Func<SyntaxNode, IEnumerable<SyntaxToken>>
DescendantTokensIgnoringLambdaBodies
4 references to DescendantTokensIgnoringLambdaBodies
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
1281
var oldTokens = oldMemberBody?.GetUserCodeTokens(
DescendantTokensIgnoringLambdaBodies
) ?? [];
1282
var newTokens = newMemberBody?.GetUserCodeTokens(
DescendantTokensIgnoringLambdaBodies
) ?? [];
6693
var oldTokens =
DescendantTokensIgnoringLambdaBodies
(oldNode);
6694
var newTokens =
DescendantTokensIgnoringLambdaBodies
(newNode);