6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\AttributeLocation.cs (2)
62
case AttributeLocation.
Type
:
140
return AttributeLocation.
Type
;
Symbols\Source\SourceNamedTypeSymbol.cs (4)
803
get { return AttributeLocation.
Type
; }
813
return AttributeLocation.
Type
| AttributeLocation.Return;
817
return AttributeLocation.
Type
;
821
return AttributeLocation.
Type
| (HasPrimaryConstructor ? AttributeLocation.Method : 0);