Searched refs:ConsoleBackendAnalyzerProviderAttribute (Results 1 – 2 of 2) sorted by relevance
20 public class ConsoleBackendAnalyzerProviderAttribute : Attribute class22 public ConsoleBackendAnalyzerProviderAttribute(string name) in ConsoleBackendAnalyzerProviderAttribute() method in Antmicro.Renode.UI.ConsoleBackendAnalyzerProviderAttribute
108 …var attribute = type.GetCustomAttributes(false).OfType<ConsoleBackendAnalyzerProviderAttribute>().… in GetProviderName()