3 overrides of GetLinesCore
Microsoft.CodeAnalysis (2)
Text\ChangedText.cs (1)
269
protected override TextLineCollection
GetLinesCore
()
Text\LargeText.cs (1)
230
protected override TextLineCollection
GetLinesCore
()
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
138
protected override TextLineCollection
GetLinesCore
()
2 references to GetLinesCore
Microsoft.CodeAnalysis (2)
Text\ChangedText.cs (1)
277
return base.
GetLinesCore
();
Text\SourceText.cs (1)
832
return info ?? Interlocked.CompareExchange(ref _lazyLineInfo, info =
GetLinesCore
(), null) ?? info;