Beispiel #1
0
 static void Main()
 {
     // Use some stuff so that we can verify that the linker output correct results
     SomeMethod();
     LibraryWithCompilerDefaultSymbols.SomeMethod();
     LibraryWithPdb.SomeMethod();
     LibraryWithEmbeddedPdbSymbols.SomeMethod();
     LibraryWithPortablePdbSymbols.SomeMethod();
 }
 static void Main()
 {
     LibraryWithEmbeddedPdbSymbols.SomeMethod();
 }
 /// <summary>
 /// By not using this method we will cause the linker to delete the reference
 /// </summary>
 static void UnusedCodePath()
 {
     LibraryWithEmbeddedPdbSymbols.SomeMethod();
 }