2 references to CreateManifestAndDescriptors
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
465
byte[] manifestBytes = EventSource.
CreateManifestAndDescriptors
(eventSourceType, assemblyPathToIncludeInManifest, null, flags);
3022
m_rawManifest =
CreateManifestAndDescriptors
(this.GetType(), Name, this);