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