3 references to _typeParameterTexts
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Utilities\DocumentationComment.cs (3)
271
if (!string.IsNullOrWhiteSpace(name) && !_comment.
_typeParameterTexts
.ContainsKey(name))
274
_comment.
_typeParameterTexts
.Add(name, TrimEachLine(typeParamText));
336
_typeParameterTexts
.TryGetValue(typeParameterName, out var text);