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