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)
155public override int Length => _length; 185if (span.Start < 0 || span.Start > _length || span.End > _length)