4 references to EventSourceHelpers
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
359
EventSourceAttribute? attrib = (EventSourceAttribute?)
EventSourceHelpers
.GetCustomAttributeHelper(eventSourceType, typeof(EventSourceAttribute));
445
byte[]? manifestBytes =
EventSourceHelpers
.CreateManifestAndDescriptors(eventSourceType, assemblyPathToIncludeInManifest, null, flags);
1761
EventSourceAttribute? attrib = (EventSourceAttribute?)
EventSourceHelpers
.GetCustomAttributeHelper(eventSourceType, typeof(EventSourceAttribute), flags);
2895
m_rawManifest =
EventSourceHelpers
.CreateManifestAndDescriptors(this.GetType(), Name, this);