7 references to SwitchAttribute
netstandard (1)
netstandard.cs (1)
681[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SwitchAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
534[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SwitchAttribute))]
System.Diagnostics.TraceSource (5)
System\Diagnostics\SwitchAttribute.cs (5)
49public static SwitchAttribute[] GetAll(Assembly assembly) 54object[] attribs = assembly.GetCustomAttributes(typeof(SwitchAttribute), false); 62SwitchAttribute[] ret = new SwitchAttribute[switchAttribs.Count]; 84object[] attribs = member.GetCustomAttributes(typeof(SwitchAttribute), false);