4 references to TypeParameter
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\AttributeLocation.cs (2)
90
case AttributeLocation.
TypeParameter
:
154
return AttributeLocation.
TypeParameter
;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
150
get { return AttributeLocation.
TypeParameter
; }
155
get { return AttributeLocation.
TypeParameter
; }