13 references to ERR_MultiTypeInDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1175
or ErrorCode.
ERR_MultiTypeInDeclaration
Parser\LanguageParser.cs (1)
5412
name = this.AddError(name, ErrorCode.
ERR_MultiTypeInDeclaration
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
9606
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
Parsing\DeclarationScopeParsingTests.cs (9)
3650
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 20),
3726
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 18),
3880
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 29),
3964
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 29),
4109
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 17),
4253
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 21),
4402
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 30),
5204
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 23),
5277
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "var").WithLocation(2, 23),
Parsing\ParserErrorMessageTests.cs (1)
3160
Diagnostic(ErrorCode.
ERR_MultiTypeInDeclaration
, "Res2"),