Esempio n. 1
0
 static void TestStaticCctorRequires()
 {
     _ = new StaticCtor();
 }
 static void TestStaticCctorRequiresUnreferencedCode()
 {
     _ = new StaticCtor();
 }