1 write to EventChannelType
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (1)
160attrib.EventChannelType = EventChannelToChannelType(channel);
5 references to EventChannelType
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (5)
135channelAttribute != null && EventChannelToChannelType(chValue) != channelAttribute.EventChannelType) 161if (attrib.EventChannelType <= EventChannelType.Operational) 385if (Enum.IsDefined(attribs.EventChannelType)) 386channelType = attribs.EventChannelType.ToString(); 655if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)