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