2 references to GetSpanWithoutAttributes
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Refactoring\AbstractRefactoringHelpers`3.cs (2)
289
var rightNodeSpanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, rightNode);
315
var spanWithoutAttributes = syntaxFacts.
GetSpanWithoutAttributes
(root, nonHiddenExtractedNode);