1 write to _contentLength
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Parameter.cs (1)
38_contentLength = content.Length;
2 references to _contentLength
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Parameter.cs (2)
25public Span Locus => new(_index, _contentLength); 26public Span PrettyPrintedLocus => new(_prettyPrintedIndex, _contentLength);