Searched refs:GetFriendlyConstructorName (Results 1 – 1 of 1) sorted by relevance
468 …ctors.Select(x => GetFriendlyConstructorName(x.Item1)).Aggregate((x, y) => x + Environment.NewLine… in ProcessEntryPreMerge()1474 …electionReport.Add(() => string.Format("Considering ctor {0}.", GetFriendlyConstructorName(ctor))); in FindConstructor()1730 private static string GetFriendlyConstructorName(ConstructorInfo ctor) in GetFriendlyConstructorName() method in Antmicro.Renode.PlatformDescription.CreationDriver