10 references to RuntimeCorLibName
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Compilation\ReferenceManagerTests.cs (2)
387
AssertEx.SetEqual(new[] { $"{
RuntimeCorLibName
.Name} {
RuntimeCorLibName
.Version.ToString(2)}", "RefLibV1 1.0", "Lib 2.0", "X 2.0" }, reader.DumpAssemblyReferences());
Symbols\ExtensionMethodTests.cs (1)
2455
Assert.Equal(
RuntimeCorLibName
.Name, mscorlib.Name);
Symbols\Metadata\MetadataMemberTests.cs (1)
155
Assert.Equal(
RuntimeCorLibName
.Name, mscorNS.Name);
Symbols\SymbolErrorTests.cs (5)
17858
Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "Int32").WithArguments("goo.cs", "System.Int32",
RuntimeCorLibName
.FullName, "int"),
17860
Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "Int32").WithArguments("goo.cs", "System.Int32",
RuntimeCorLibName
.FullName, "int"),
17862
Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "System.Int32").WithArguments("goo.cs", "System.Int32",
RuntimeCorLibName
.FullName, "int"),
17888
Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "Object").WithArguments("goo.cs", "System.Object",
RuntimeCorLibName
.FullName, "object"));
17950
Diagnostic(ErrorCode.WRN_SameFullNameThisAggNs, "System").WithArguments("", "System",
RuntimeCorLibName
.FullName, "System"),
Symbols\TypeTests.cs (1)
711
Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "System.Void").WithArguments("", "System.Void",
RuntimeCorLibName
.FullName, "void"),