2 references to TrimLeadingWhitespace
Microsoft.CodeAnalysis.EditorFeatures (2)
Structure\AbstractStructureTaggerProvider.cs (1)
306
var span =
TrimLeadingWhitespace
(new SnapshotSpan(tag.Snapshot, tag.CollapsedHintFormSpan));
Structure\StructureTag.cs (1)
67
return AbstractStructureTaggerProvider.
TrimLeadingWhitespace
(hintLine.Extent);