3 references to _parameterTexts
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Utilities\DocumentationComment.cs (3)
260
if (!string.IsNullOrWhiteSpace(name) && !_comment.
_parameterTexts
.ContainsKey(name))
263
_comment.
_parameterTexts
.Add(name, TrimEachLine(paramText));
327
_parameterTexts
.TryGetValue(parameterName, out var text);