14 instantiations of SwitchStructure
mscorlib (14)
system\bcldebug.cs (14)
62new SwitchStructure("NLS", 0x00000001), 63new SwitchStructure("SER", 0x00000002), 64new SwitchStructure("DYNIL",0x00000004), 65new SwitchStructure("REMOTE",0x00000008), 66new SwitchStructure("BINARY",0x00000010), //Binary Formatter 67new SwitchStructure("SOAP",0x00000020), // Soap Formatter 68new SwitchStructure("REMOTINGCHANNELS",0x00000040), 69new SwitchStructure("CACHE",0x00000080), 70new SwitchStructure("RESMGRFILEFORMAT", 0x00000100), // .resources files 71new SwitchStructure("PERF", 0x00000200), 72new SwitchStructure("CORRECTNESS", 0x00000400), 73new SwitchStructure("MEMORYFAILPOINT", 0x00000800), 74new SwitchStructure("DATETIME", 0x00001000), // System.DateTime managed tracing 75new SwitchStructure("INTEROP", 0x00002000), // Interop tracing
1 reference to SwitchStructure
mscorlib (1)
system\bcldebug.cs (1)
61static readonly SwitchStructure[] switches = {