Base:
method
ToString
System.Object.ToString()
9 references to ToString
System.Private.TypeLoader (9)
Internal\Runtime\TypeLoader\TemplateLocator.cs (3)
115
TypeLoaderLogger.WriteLine("Found template for generic method " + concreteMethod.
ToString
() + ": " + candidateTemplate.
ToString
());
130
TypeLoaderLogger.WriteLine("ERROR: Cannot find a suitable template for generic method " + concreteMethod.
ToString
());
Internal\Runtime\TypeLoader\TypeBuilder.cs (6)
54
TypeLoaderLogger.WriteLine("Looking for method dictionary for method " + method.
ToString
() + " ... ");
60
TypeLoaderLogger.WriteLine("Found DICT = " + methodDictionary.LowLevelToString() + " for method " + method.
ToString
());
279
TypeLoaderLogger.WriteLine("Parsing NativeLayoutInfo for method " + method.
ToString
() + " ...");
529
TypeLoaderLogger.WriteLine("Allocated new method dictionary for method " + method.
ToString
() + " @ " + rmd.LowLevelToString());
631
TypeLoaderLogger.WriteLine("Setting dictionary entries for method " + method.
ToString
() + " @ " + method.RuntimeMethodDictionary.LowLevelToString());
985
TypeLoaderLogger.WriteLine("Dynamically allocating new method instantiation for " + method.
ToString
());