2 writes to TypeParameterNames
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\DocumentationComment.cs (2)
86
TypeParameterNames
= [];
160
_comment.
TypeParameterNames
= _typeParameterNamesBuilder == null ? [] : _typeParameterNamesBuilder.ToImmutable();
1 reference to TypeParameterNames
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (1)
68
var typeParameterNames = docComment.
TypeParameterNames
;