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)
54public override bool IsIndexedProperty { get { return _isIndexedProperty; } }