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