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