4 references to TypeParameter
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\AttributeLocation.cs (2)
91
case AttributeLocation.
TypeParameter
:
156
return AttributeLocation.
TypeParameter
;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
151
get { return AttributeLocation.
TypeParameter
; }
156
get { return AttributeLocation.
TypeParameter
; }