13 references to ERR_MultiTypeInDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1113
case ErrorCode.
ERR_MultiTypeInDeclaration
:
Parser\LanguageParser.cs (1)
4990
name = this.AddError(name, ErrorCode.
ERR_MultiTypeInDeclaration
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
6768
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
Parsing\DeclarationScopeParsingTests.cs (9)
3657
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 20),
3762
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 18),
3945
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 29),
4058
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 29),
4232
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 17),
4405
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 21),
4583
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 30),
5414
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 23),
5516
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 23),
Parsing\ParserErrorMessageTests.cs (1)
3239
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "Res2"),