Beispiel #1
0
 /// <summary>
 /// Eager startup initialization of stack trace metadata support creates
 /// the per-module method name resolver hashtable and registers the runtime augment
 /// for metadata-based stack trace resolution.
 /// </summary>
 internal static void Initialize()
 {
     _perModuleMethodNameResolverHashtable = new PerModuleMethodNameResolverHashtable();
     RuntimeAugments.InitializeStackTraceMetadataSupport(new StackTraceMetadataCallbacksImpl());
 }