1 instantiation of MyClass2
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (1)
1086
MyClass2 =
new
();
5 references to MyClass2
System.Private.Windows.Core.Tests (5)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (5)
857
if (typeof(
MyClass2
).Matches(typeName))
859
return typeof(
MyClass2
);
1090
public
MyClass2
MyClass2 { get; set; }
1098
(typeof(
MyClass2
), TypeName.Parse(typeof(
MyClass2
).AssemblyQualifiedName))