1 reference to IsWriteableIndexer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
245
return !invocation.Syntax.IsLeftSideOfAnyAssignExpression() || indexer == null || !
IsWriteableIndexer
(invocation, indexer);