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