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