5 references to ERR_IndexedPropertyRequiresParams
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
10047mustHaveAllOptionalParameters ? ErrorCode.ERR_IndexedPropertyMustHaveAllOptionalParams : ErrorCode.ERR_IndexedPropertyRequiresParams,
Errors\ErrorFacts.cs (1)
1136or ErrorCode.ERR_IndexedPropertyRequiresParams
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableReferenceTypesTests.cs (1)
81010Diagnostic(ErrorCode.ERR_IndexedPropertyRequiresParams, "a.P").WithArguments("A.P").WithLocation(7, 20));
Semantics\SemanticErrorTests.cs (2)
13385Diagnostic(ErrorCode.ERR_IndexedPropertyRequiresParams, "i.R").WithArguments("I.R").WithLocation(8, 9), 13437Diagnostic(ErrorCode.ERR_IndexedPropertyRequiresParams, "a.P").WithArguments("A.P").WithLocation(5, 16));