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