5 references to SwitchAttribute
System (5)
compmod\system\diagnostics\SwitchAttribute.cs (5)
51 public static SwitchAttribute[] GetAll(Assembly assembly) { 57 object[] attribs = assembly.GetCustomAttributes(typeof(SwitchAttribute), false); 64SwitchAttribute[] ret = new SwitchAttribute[switchAttribs.Count]; 83 object[] attribs = member.GetCustomAttributes(typeof(SwitchAttribute), false);