27 references to Mscorlib
System.Private.Windows.Core (3)
System\Assemblies.cs (1)
42
??= Assembly.Load(
Mscorlib
);
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (2)
347
$"System.Collections.Generic.List`1[[{Types.StringType}, {Assemblies.
Mscorlib
}]]",
382
$"System.Collections.Generic.List`1[[{typeof(T).FullName}, {Assemblies.
Mscorlib
}]]",
System.Private.Windows.Core.Tests (24)
System\Private\Windows\Nrbf\CoreNrbfSerializerTests.cs (2)
64
{ $"{typeof(int).FullName!}, {Assemblies.
Mscorlib
}", true, typeof(int) },
67
{ $"{typeof(int[]).FullName!}, {Assemblies.
Mscorlib
}", true, typeof(int[]) },
System\TypeExtensionsTests.cs (22)
21
{ typeof(int), TypeName.Parse($"System.Int32, {Assemblies.
Mscorlib
}"), (int)TypeNameComparison.AllButAssemblyVersion, false },
22
{ typeof(int), TypeName.Parse($"System.Int32, {Assemblies.
Mscorlib
}"), (int)TypeNameComparison.TypeFullName, true },
23
{ typeof(int), TypeName.Parse($"Int32, {Assemblies.
Mscorlib
}"), (int)TypeNameComparison.TypeFullName, false },
26
{ typeof(int?[]), TypeName.Parse($"System.Nullable`1[[System.Int32, {Assemblies.
Mscorlib
}]][], {Assemblies.
Mscorlib
}"), (int)TypeNameComparison.AllButAssemblyVersion, false},
27
{ typeof(DayOfWeek), TypeName.Parse($"System.Nullable`1[[System.DayOfWeek, {Assemblies.
Mscorlib
}]], {Assemblies.
Mscorlib
}"), (int)TypeNameComparison.AllButAssemblyVersion, false },
61
{ TypeName.Parse($"System.Int32, {Assemblies.
Mscorlib
}"), TypeName.Parse($"System.Int32, {Assemblies.
Mscorlib
}"), true },
62
{ TypeName.Parse($"System.Int32, {Assemblies.
Mscorlib
}"), TypeName.Parse($"System.String, {Assemblies.
Mscorlib
}"), false },
63
{ TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {Assemblies.
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {Assemblies.
Mscorlib
}"), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {Assemblies.
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {Assemblies.
Mscorlib
}"), true },
64
{ TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {Assemblies.
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {Assemblies.
Mscorlib
}"), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {Assemblies.
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {Assemblies.
Mscorlib
}"), false },
65
{ TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {Assemblies.
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {Assemblies.
Mscorlib
}"), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {Assemblies.
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], mscorlib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"), false },