1 write to _isIndexedProperty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorPropertySymbol.cs (1)
39
_isIndexedProperty
= isIndexedProperty;
1 reference to _isIndexedProperty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorPropertySymbol.cs (1)
54
public override bool IsIndexedProperty { get { return
_isIndexedProperty
; } }