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