File: DataCommonEventSource.g.cs
Project: src\src\libraries\System.Data.Common\src\System.Data.Common.csproj (System.Data.Common)
// <auto-generated/>
 
using System;
 
namespace System.Data
{
 
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("EventSourceGenerator", "42.42.42.42")]
    partial class DataCommonEventSource
    {
 
        private DataCommonEventSource() : base("System.Data.DataCommonEventSource", new Guid(0x9ca9f8a9,0x9f9c,0x53c3,0x64,0x16,0x8a,0xf8,0xc1,0x97,0xea,0x27)) { }
 
    }
 
}