コード例 #1
0
ファイル: RequiresOnClass.cs プロジェクト: vitek-karas/linker
 static void TestStaticCctorRequires()
 {
     _ = new StaticCtor();
 }
コード例 #2
0
 static void TestStaticCctorRequiresUnreferencedCode()
 {
     _ = new StaticCtor();
 }