File: NetEventSource.g.cs
Project: src\src\libraries\System.Net.Security\src\System.Net.Security.csproj (System.Net.Security)
// <auto-generated/>
 
using System;
 
namespace System.Net
{
 
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("EventSourceGenerator", "42.42.42.42")]
    partial class NetEventSource
    {
 
        private NetEventSource() : base("Private.InternalDiagnostics.System.Net.Primitives", new Guid(0x534f3517,0x0a04,0x520f,0x9d,0x69,0x47,0x78,0xdd,0x11,0x9f,0xe1)) { }
 
    }
 
}