1 implementation of SaveTriviaAroundSelection
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\AbstractSyntaxTriviaService.cs (1)
26public ITriviaSavedResult SaveTriviaAroundSelection(SyntaxNode root, TextSpan textSpan)
1 reference to SaveTriviaAroundSelection
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.cs (1)
166var result = preservationService.SaveTriviaAroundSelection(root, this.OriginalSelectionResult.FinalSpan);