Esempio n. 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()
 {
     // Use some stuff so that we can verify that the linker output correct results
     SomeMethod();
     LibraryWithPdb.SomeMethod();
 }
 static void Main()
 {
     LibraryWithPdb.SomeMethod();
 }
Esempio n. 4
0
 /// <summary>
 /// By not using this method we will cause the linker to delete the reference
 /// </summary>
 static void UnusedCodePath()
 {
     LibraryWithPdb.SomeMethod();
 }