2 references to GetName
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
507
TypeLoaderLogger.WriteLine("LdToken on: " + method.OwningType.ToString() + "::" + method.NameAndSignature.
GetName
());
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
333
Debug.Fail("Unexpected BagElementKind for generic method with name " + method.NameAndSignature.
GetName
() + "! Only BagElementKind.DictionaryLayout should appear.");