5 overrides of GetLinesCore
Microsoft.CodeAnalysis (4)
Text\ChangedText.cs (1)
265
protected override TextLineCollection
GetLinesCore
()
Text\CompositeText.cs (1)
49
protected override TextLineCollection
GetLinesCore
()
Text\LargeText.cs (1)
231
protected override TextLineCollection
GetLinesCore
()
Text\SubText.cs (1)
68
protected override TextLineCollection
GetLinesCore
()
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
137
protected override TextLineCollection
GetLinesCore
()
1 reference to GetLinesCore
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
942
return info ?? Interlocked.CompareExchange(ref _lazyLineInfo, info =
GetLinesCore
(), null) ?? info;