4 references to _parameterTexts
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Utilities\DocumentationComment.cs (4)
258
if (!string.IsNullOrWhiteSpace(name) && !_comment.
_parameterTexts
.ContainsKey(name))
261
_comment.
_parameterTexts
.Add(name, TrimEachLine(paramText));
325
_parameterTexts
.TryGetValue(parameterName, out var text);
331
if (!
_parameterTexts
.TryGetValue(parameterName, out var text))