1 write to _isIndexer
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorPropertySymbol.cs (1)
38
_isIndexer
= isIndexer;
1 reference to _isIndexer
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorPropertySymbol.cs (1)
52
public override bool IsIndexer { get { return
_isIndexer
; } }