2 references to GetSpanWithoutAttributes
GenerateDocumentationAndConfigFiles (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\RefactoringHelpers\AbstractRefactoringHelpers.cs (2)
354
var rightNodeSpanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, rightNode);
384
var spanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, nonHiddenExtractedNode);