4 references to _typeParameterTexts
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Utilities\DocumentationComment.cs (4)
269
if (!string.IsNullOrWhiteSpace(name) && !_comment.
_typeParameterTexts
.ContainsKey(name))
272
_comment.
_typeParameterTexts
.Add(name, TrimEachLine(typeParamText));
342
_typeParameterTexts
.TryGetValue(typeParameterName, out var text);
348
if (!
_typeParameterTexts
.TryGetValue(parameterName, out var text))