9 references to CheckIndexer
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\Metadata\PE\LoadingIndexers.cs (9)
67CheckIndexer(indexer, true, true, "System.Int32 C.this[System.Int32 x] { get; set; }");
109CheckIndexer(indexer, false, true, "System.Int32 C.this[System.Int32 x] { set; }");
151CheckIndexer(indexer, true, false, "System.Int32 C.this[System.Int32 x] { get; }");
201CheckIndexer(indexer, true, true, "System.Int32 C.this[System.Int32 x] { get; set; }");
251CheckIndexer(indexer, true, true, "System.Int32 C.this[System.Int32 x] { get; set; }");
314CheckIndexer(indexer1, true, true, "System.Int32 C.this[System.Int32 x, System.Int64 y] { get; set; }", suppressAssociatedPropertyCheck: true);
317CheckIndexer(indexer2, true, true, "System.Int32 C.this[System.Int32 x, System.Int64 y] { get; set; }", suppressAssociatedPropertyCheck: true);
615CheckIndexer(instanceIndexer, true, true, indexerDisplayString);
619CheckIndexer(staticIndexer, true, true, indexerDisplayString);