File: NativeRuntimeEventSource.g.cs
Project: src\src\coreclr\System.Private.CoreLib\System.Private.CoreLib.csproj (System.Private.CoreLib)
// <auto-generated/>
 
using System;
 
namespace System.Diagnostics.Tracing
{
 
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("EventSourceGenerator", "42.42.42.42")]
    partial class NativeRuntimeEventSource
    {
 
        private NativeRuntimeEventSource() : base("Microsoft-Windows-DotNETRuntime", new Guid(0xe13c0d23,0xccbc,0x4e12,0x93,0x1b,0xd9,0xcc,0x2e,0xee,0x27,0xe4)) { }
 
    }
 
}