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