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