5 references to ERR_AssemblySpecifiedForLinkAndRef
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1397
or ErrorCode.
ERR_AssemblySpecifiedForLinkAndRef
Symbols\ReferenceManager.cs (1)
106
diagnostics.Add(ErrorCode.
ERR_AssemblySpecifiedForLinkAndRef
, NoLocation.Singleton, duplicateReference.Display, primaryReference.Display);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\ReferenceManagerTests.cs (3)
807
Diagnostic(ErrorCode.
ERR_AssemblySpecifiedForLinkAndRef
).WithArguments("R1", "R2"),
965
Diagnostic(ErrorCode.
ERR_AssemblySpecifiedForLinkAndRef
).WithArguments(@"R:\B\MTTestLib1.dll", @"R:\A\MTTestLib1.dll"));
987
Diagnostic(ErrorCode.
ERR_AssemblySpecifiedForLinkAndRef
).WithArguments("Lib", "Lib"));