8 references to Method
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\AttributeLocation.cs (2)
65
case AttributeLocation.
Method
:
131
return AttributeLocation.
Method
;
Symbols\Source\SourceFieldLikeEventSymbol.cs (2)
167
AttributeLocation.Event | AttributeLocation.
Method
| AttributeLocation.Field :
168
AttributeLocation.Event | AttributeLocation.
Method
;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (4)
138
get { return AttributeLocation.
Method
; }
150
return AttributeLocation.
Method
;
155
return AttributeLocation.
Method
| AttributeLocation.Return | AttributeLocation.Parameter;
158
return AttributeLocation.
Method
| AttributeLocation.Return;