2 references to GetSpanWithoutAttributes
Microsoft.CodeAnalysis.PublicApiAnalyzers (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);