| File: FrameworkEventSource.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 FrameworkEventSource { private FrameworkEventSource() : base("System.Diagnostics.Eventing.FrameworkEventSource", new Guid(0x8e9f5090,0x2d75,0x4d03,0x8a,0x81,0xe5,0xaf,0xbf,0x85,0xda,0xf1)) { } } } |