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