9 references to ERR_AssemblyMatchBadVersion
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1354or ErrorCode.ERR_AssemblyMatchBadVersion
Symbols\NonMissingModuleSymbol.cs (1)
128ErrorCode.ERR_AssemblyMatchBadVersion,
Symbols\Symbol.cs (1)
1192info.Code == (int)ErrorCode.ERR_AssemblyMatchBadVersion)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Compilation\ReferenceManagerTests.cs (5)
93Diagnostic(ErrorCode.ERR_AssemblyMatchBadVersion).WithArguments( 479Diagnostic(ErrorCode.ERR_AssemblyMatchBadVersion).WithArguments( 489Diagnostic(ErrorCode.ERR_AssemblyMatchBadVersion).WithArguments( 2904Diagnostic(ErrorCode.ERR_AssemblyMatchBadVersion).WithArguments( 2913Diagnostic(ErrorCode.ERR_AssemblyMatchBadVersion).WithArguments(
Symbols\SymbolErrorTests.cs (1)
15910new ErrorDescription { Code = (int)ErrorCode.ERR_AssemblyMatchBadVersion, Line = 2, Column = 12 });