4 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)
232
protected override TextLineCollection
GetLinesCore
()
Text\SubText.cs (1)
68
protected override TextLineCollection
GetLinesCore
()
1 reference to GetLinesCore
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
961
return info ?? Interlocked.CompareExchange(ref _lazyLineInfo, info =
GetLinesCore
(), null) ?? info;