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