41 references to Mscorlib
System.Windows.Forms.Tests (41)
System\Windows\Forms\TypeExtensionsTests.cs (41)
19
{ typeof(int), TypeName.Parse($"System.Int32, {
Mscorlib
}"), true },
20
{ typeof(int?), TypeName.Parse($"System.Int32, {
Mscorlib
}"), true },
21
{ typeof(int?[]), TypeName.Parse($"System.Nullable`1[[System.Int32, {
Mscorlib
}]][], {
Mscorlib
}"), true},
22
{ typeof(DayOfWeek), TypeName.Parse($"System.Nullable`1[[System.DayOfWeek, {
Mscorlib
}]], {
Mscorlib
}"), false },
34
{ typeof(Dictionary<string, Bitmap>), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), true },
35
{ typeof(Dictionary<string, Bitmap?>), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), true },
57
{ TypeName.Parse($"System.Int32, {
Mscorlib
}"), TypeName.Parse($"System.Int32, {
Mscorlib
}"), true },
58
{ TypeName.Parse($"System.Int32, {
Mscorlib
}"), TypeName.Parse($"System.String, {
Mscorlib
}"), false },
59
{ TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), true },
60
{ TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), false },
61
{ TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], {
Mscorlib
}"), TypeName.Parse($"System.Collections.Generic.Dictionary`2[[System.String, {
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 },
78
name.Should().Be(
Mscorlib
);
80
name.Should().Be(
Mscorlib
);
119
name.AssemblyName!.FullName.Should().Be(
Mscorlib
);
122
name.FullName.Should().Be($"System.Collections.Generic.List`1[[System.Collections.Generic.Dictionary`2[[System.Int32, {
Mscorlib
}],[System.String, {
Mscorlib
}]], {
Mscorlib
}]]");
123
name.AssemblyName!.FullName.Should().Be(
Mscorlib
);
126
name.FullName.Should().Be($"System.Collections.Generic.List`1[[System.Collections.Generic.Dictionary`2[[System.String, {
Mscorlib
}],[System.Nullable`1[[System.Int32, {
Mscorlib
}]], {
Mscorlib
}]], {
Mscorlib
}]]");
127
name.AssemblyName!.FullName.Should().Be(
Mscorlib
);
130
name.FullName.Should().Be($"System.Collections.Generic.List`1[[System.Collections.Generic.Dictionary`2[[System.Int32, {
Mscorlib
}],[System.String, {
Mscorlib
}]], {
Mscorlib
}]]");
131
name.AssemblyName!.FullName.Should().Be(
Mscorlib
);