5 references to ERR_IndexedPropertyRequiresParams
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
8320mustHaveAllOptionalParameters ? ErrorCode.ERR_IndexedPropertyMustHaveAllOptionalParams : ErrorCode.ERR_IndexedPropertyRequiresParams,
Errors\ErrorFacts.cs (1)
1074case ErrorCode.ERR_IndexedPropertyRequiresParams:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableReferenceTypesTests.cs (1)
77315Diagnostic(ErrorCode.ERR_IndexedPropertyRequiresParams, "a.P").WithArguments("A.P").WithLocation(7, 20));
Semantics\SemanticErrorTests.cs (2)
13272Diagnostic(ErrorCode.ERR_IndexedPropertyRequiresParams, "i.R").WithArguments("I.R").WithLocation(8, 9), 13324Diagnostic(ErrorCode.ERR_IndexedPropertyRequiresParams, "a.P").WithArguments("A.P").WithLocation(5, 16));