1 write to _length
Microsoft.CodeAnalysis (1)
Text\LargeText.cs (1)
46
_length
= offset;
3 references to _length
Microsoft.CodeAnalysis (3)
Text\LargeText.cs (3)
153
public override int Length =>
_length
;
183
if (span.Start < 0 || span.Start >
_length
|| span.End >
_length
)