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