2 references to GetSpanWithoutAttributes
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\AbstractRefactoringHelpersService.cs (2)
337
var rightNodeSpanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, rightNode);
365
var spanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, nonHiddenExtractedNode);