9 references to ERR_IndexerNeedsParam
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1173case ErrorCode.ERR_IndexerNeedsParam:
Symbols\Source\SourcePropertySymbol.cs (1)
494diagnostics.Add(ErrorCode.ERR_IndexerNeedsParam, parameterSyntaxOpt.GetLastToken().GetLocation());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InheritanceBindingTests.cs (1)
2075Diagnostic(ErrorCode.ERR_IndexerNeedsParam, "]"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
Parsing\ParserErrorMessageTests.cs (1)
4636Diagnostic(ErrorCode.ERR_IndexerNeedsParam, "]").WithLocation(4, 14));
Parsing\ParsingErrorRecoveryTests.cs (4)
1885Diagnostic(ErrorCode.ERR_IndexerNeedsParam, "[").WithLocation(1, 19), 1994Diagnostic(ErrorCode.ERR_IndexerNeedsParam, "]").WithLocation(1, 23), 2088Diagnostic(ErrorCode.ERR_IndexerNeedsParam, "[").WithLocation(1, 19), 6840Diagnostic(ErrorCode.ERR_IndexerNeedsParam).WithLocation(1, 1),
Parsing\ScriptParsingTests.cs (1)
1730Diagnostic(ErrorCode.ERR_IndexerNeedsParam).WithLocation(1, 1));