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