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