1 instantiation of MyClass2
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (1)
1083
MyClass2 =
new
();
5 references to MyClass2
System.Private.Windows.Core.Tests (5)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (5)
854
if (typeof(
MyClass2
).Matches(typeName))
856
return typeof(
MyClass2
);
1087
public
MyClass2
MyClass2 { get; set; }
1095
(typeof(
MyClass2
), TypeName.Parse(typeof(
MyClass2
).AssemblyQualifiedName))