7 references to GetTypeParameterText
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (1)
87
docCommentFormattingService.Format(docComment.
GetTypeParameterText
(typeParameterNames[i])),
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
UtilityTest\DocumentationCommentTests.cs (5)
46
Assert.Equal("A type.", comment.
GetTypeParameterText
("T"));
74
Assert.Equal(string.Empty, comment.
GetTypeParameterText
("T"));
228
Assert.Equal("This comment should be retained.", comment.
GetTypeParameterText
("a"));
329
Assert.Equal(expected, comment.
GetTypeParameterText
("T"));
382
Assert.Equal(expected, comment.
GetTypeParameterText
("T"));
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (1)
323
var typeParameterText = documentationComment.
GetTypeParameterText
(typeParameterName);