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