4 references to TypeParameters
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\DocumentationCommentTypeParamBinder.vb (4)
34
Return FindSymbolInSymbolArray(name,
TypeParameters
)
61
Dim typeParameters As ImmutableArray(Of TypeParameterSymbol) = Me.
TypeParameters
84
If Not
TypeParameters
.IsEmpty Then
85
For Each typeParameter In
TypeParameters