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)
25
public Span Locus => new(_index,
_contentLength
);
26
public Span PrettyPrintedLocus => new(_prettyPrintedIndex,
_contentLength
);