3 references to SK_IndexerSymbol
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
555
case SYMKIND.
SK_IndexerSymbol
:
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (2)
55
case SYMKIND.
SK_IndexerSymbol
:
168
IndexerSymbol sym = (IndexerSymbol)NewBasicSymbol(SYMKIND.
SK_IndexerSymbol
, name, parent);