System\Runtime\CompilerServices\ClassConstructorRunner.cs (9)
56NoisyLog("EnsureClassConstructorRun, context={0}, thread={1}", pContext, CurrentManagedThreadId);
62NoisyLog("Cctor already run, context={0}, thread={1}", pContext, CurrentManagedThreadId);
77NoisyLog("Acquired cctor lock, context={0}, thread={1}", pContext, currentManagedThreadId);
87NoisyLog("Calling cctor, context={0}, thread={1}", pContext, currentManagedThreadId);
91NoisyLog("Set type inited, context={0}, thread={1}", pContext, currentManagedThreadId);
106NoisyLog("Releasing cctor lock, context={0}, thread={1}", pContext, currentManagedThreadId);
121NoisyLog("EnsureClassConstructorRun complete, context={0}, thread={1}", pContext, CurrentManagedThreadId);
220NoisyLog("Mark thread blocked, context={0}, thread={1}", pContext, currentManagedThreadId);
238NoisyLog("Unmark thread blocked, context={0}, thread={1}", pContext, currentManagedThreadId);