2 references to GetSpanWithoutAttributes
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeRefactorings\AbstractRefactoringHelpersService.cs (2)
336
var rightNodeSpanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, rightNode);
366
var spanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, nonHiddenExtractedNode);