4 references to DescendantTokensIgnoringLambdaBodies
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
1162
var oldTokens = oldMemberBody?.GetUserCodeTokens(
DescendantTokensIgnoringLambdaBodies
) ?? [];
1163
var newTokens = newMemberBody?.GetUserCodeTokens(
DescendantTokensIgnoringLambdaBodies
) ?? [];
6574
var oldTokens =
DescendantTokensIgnoringLambdaBodies
(oldNode);
6575
var newTokens =
DescendantTokensIgnoringLambdaBodies
(newNode);