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